#606849

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

Shades of Woodland #606849

Tints of Woodland #606849

Color information

#606849 (or 0x606849) is unknown color: approx Woodland. HEX triplet: 60, 68 and 49. RGB value is (96,104,73). Sum of RGB (Red+Green+Blue) = 96+104+73=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 104 - color contains mainly: green. Hex color #606849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606849 is #9F97B6. Grayscale: #626262. Windows color (decimal): -10459063 or 4810848. OLE color: 4810848.

HSL color Cylindrical-coordinate representation of color #606849: hue angle of 75.48º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #606849 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB9610473-
CMYK0.0800.300.59
HSL75.48º17.51%34.71%-
HSV(B)75.48º29.81%40.78%-
XYZ10.9812.878.21-
YUV98.07113.85126.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.16%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 73 (28.91% from 255) = 26.74%
R=35.16%
G=38.10%
B=26.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96104730.0800.300.5975.4817.5134.71
Hex606849801E3B4b1223
Octal14015011110036731132243
Binary1100000110100010010011000011110111011100101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606849; }

 p { color: rgb(96,104,73); }

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

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

 a { background-color: rgb(96,104,73); }

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

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

 span { border-color: rgb(96,104,73); }

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