#66764B

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

Shades of Dingley #66764B

Tints of Dingley #66764B

Color information

#66764B (or 0x66764B) is unknown color: approx Dingley. HEX triplet: 66, 76 and 4B. RGB value is (102,118,75). Sum of RGB (Red+Green+Blue) = 102+118+75=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #66764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66764B is #9989B4. Grayscale: #6C6C6C. Windows color (decimal): -10062261 or 4945510. OLE color: 4945510.

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

Color convert

RGB10211875-
CMYK0.1400.360.54
HSL82.33º22.28%37.84%-
HSV(B)82.33º36.44%46.27%-
XYZ13.2316.299.1-
YUV108.31109.2123.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 118 (46.48% from 255) = 40%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=34.58%
G=40%
B=25.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102118750.1400.360.5482.3322.2837.84
Hex66764BE02436521626
Octal14616611316044661222646
Binary11001101110110100101111100100100110110101001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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