#66764E

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

Shades of Dingley #66764E

Tints of Dingley #66764E

Color information

#66764E (or 0x66764E) is unknown color: approx Dingley. HEX triplet: 66, 76 and 4E. RGB value is (102,118,78). Sum of RGB (Red+Green+Blue) = 102+118+78=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #66764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66764E is #9989B1. Grayscale: #6C6C6C. Windows color (decimal): -10062258 or 5142118. OLE color: 5142118.

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

Color convert

RGB10211878-
CMYK0.1400.340.54
HSL84º20.41%38.43%-
HSV(B)84º33.9%46.27%-
XYZ13.3316.339.66-
YUV108.66110.7123.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.23%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 78 (30.86% from 255) = 26.17%
R=34.23%
G=39.60%
B=26.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102118780.1400.340.548420.4138.43
Hex66764EE02236541426
Octal14616611616042661242446
Binary11001101110110100111011100100010110110101010010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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