#66864D

Color #66864D Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #66864D

Tints of Dingley #66864D

Color information

#66864D (or 0x66864D) is unknown color: approx Dingley. HEX triplet: 66, 86 and 4D. RGB value is (102,134,77). Sum of RGB (Red+Green+Blue) = 102+134+77=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #66864D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66864D is #9979B2. Grayscale: #767676. Windows color (decimal): -10058163 or 5080678. OLE color: 5080678.

HSL color Cylindrical-coordinate representation of color #66864D: hue angle of 93.68º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66864D is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB10213477-
CMYK0.2400.430.47
HSL93.68º27.01%41.37%-
HSV(B)93.68º42.54%52.55%-
XYZ15.3420.4110.15-
YUV117.93104.9116.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 32.59%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=32.59%
G=42.81%
B=24.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102134770.2400.430.4793.6827.0141.37
Hex66864D1802B2F5e1b29
Octal14620611530053571363351
Binary1100110100001101001101110000101011101111101111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66864D; }

 p { color: rgb(102,134,77); }

 H1.HeaderClassName
 {
   color: #66864D;
 }
 .AnyTagClassName
 {
   color: #66864D;
 }
</style>
background-color css

<style>
 a { background-color: #66864D; }

 a { background-color: rgb(102,134,77); }

 div.DivClassName
 {
   background-color: #66864D;
 }
 .BgClassName
 {
   background-color: #66864D;
 }
</style>
border-color css

<style>
 span { border-color: #66864D; }

 span { border-color: rgb(102,134,77); }

 td.TdClassName
 {
   border-color: #66864D;
 }
 .TagClassName
 {
   border-color: #66864D;
 }
</style>