#606249

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

Shades of Woodland #606249

Tints of Woodland #606249

Color information

#606249 (or 0x606249) is unknown color: approx Woodland. HEX triplet: 60, 62 and 49. RGB value is (96,98,73). Sum of RGB (Red+Green+Blue) = 96+98+73=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 98 - color contains mainly: green. Hex color #606249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606249 is #9F9DB6. Grayscale: #5E5E5E. Windows color (decimal): -10460599 or 4809312. OLE color: 4809312.

HSL color Cylindrical-coordinate representation of color #606249: hue angle of 64.8º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #606249 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB969873-
CMYK0.0200.260.62
HSL64.8º14.62%33.53%-
HSV(B)64.8º25.51%38.43%-
XYZ10.3911.78.01-
YUV94.55115.84129.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.96%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 73 (28.91% from 255) = 27.34%
R=35.96%
G=36.70%
B=27.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698730.0200.260.6264.814.6233.53
Hex606249201A3E41f22
Octal1401421112032761011742
Binary1100000110001010010011001101011111010000011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606249; }

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

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

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

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

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

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

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

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