#66774A

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

Shades of Dingley #66774A

Tints of Dingley #66774A

Color information

#66774A (or 0x66774A) is unknown color: approx Dingley. HEX triplet: 66, 77 and 4A. RGB value is (102,119,74). Sum of RGB (Red+Green+Blue) = 102+119+74=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #66774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66774A is #9988B5. Grayscale: #6C6C6C. Windows color (decimal): -10062006 or 4880230. OLE color: 4880230.

HSL color Cylindrical-coordinate representation of color #66774A: hue angle of 82.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66774A is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB10211974-
CMYK0.1400.380.53
HSL82.67º23.32%37.84%-
HSV(B)82.67º37.82%46.67%-
XYZ13.3116.518.96-
YUV108.79108.37123.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 74 (29.30% from 255) = 25.08%
R=34.58%
G=40.34%
B=25.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102119740.1400.380.5382.6723.3237.84
Hex66774AE02635531726
Octal14616711216046651232746
Binary11001101110111100101011100100110110101101001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66774A; }

 p { color: rgb(102,119,74); }

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

<style>
 a { background-color: #66774A; }

 a { background-color: rgb(102,119,74); }

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

<style>
 span { border-color: #66774A; }

 span { border-color: rgb(102,119,74); }

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