#66764D

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

Shades of Dingley #66764D

Tints of Dingley #66764D

Color information

#66764D (or 0x66764D) is unknown color: approx Dingley. HEX triplet: 66, 76 and 4D. RGB value is (102,118,77). Sum of RGB (Red+Green+Blue) = 102+118+77=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #66764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66764D is #9989B2. Grayscale: #6C6C6C. Windows color (decimal): -10062259 or 5076582. OLE color: 5076582.

HSL color Cylindrical-coordinate representation of color #66764D: hue angle of 83.41º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66764D is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB10211877-
CMYK0.1400.350.54
HSL83.41º21.03%38.24%-
HSV(B)83.41º34.75%46.27%-
XYZ13.316.329.47-
YUV108.54110.2123.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 118 (46.48% from 255) = 39.73%
BLUE value IS 77 (30.47% from 255) = 25.93%
R=34.34%
G=39.73%
B=25.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102118770.1400.350.5483.4121.0338.24
Hex66764DE02336531526
Octal14616611516043661232546
Binary11001101110110100110111100100011110110101001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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