#667749

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

Shades of Dingley #667749

Tints of Dingley #667749

Color information

#667749 (or 0x667749) is unknown color: approx Dingley. HEX triplet: 66, 77 and 49. RGB value is (102,119,73). Sum of RGB (Red+Green+Blue) = 102+119+73=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #667749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667749 is #9988B6. Grayscale: #6C6C6C. Windows color (decimal): -10062007 or 4814694. OLE color: 4814694.

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

Color convert

RGB10211973-
CMYK0.1400.390.53
HSL82.17º23.96%37.65%-
HSV(B)82.17º38.66%46.67%-
XYZ13.2816.58.79-
YUV108.67107.87123.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 119 (46.88% from 255) = 40.48%
BLUE value IS 73 (28.91% from 255) = 24.83%
R=34.69%
G=40.48%
B=24.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102119730.1400.390.5382.1723.9637.65
Hex667749E02735521826
Octal14616711116047651223046
Binary11001101110111100100111100100111110101101001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667749; }

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

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

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

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

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

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

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

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