#606245

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

Shades of Woodland #606245

Tints of Woodland #606245

Color information

#606245 (or 0x606245) is unknown color: approx Woodland. HEX triplet: 60, 62 and 45. RGB value is (96,98,69). Sum of RGB (Red+Green+Blue) = 96+98+69=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 98 - color contains mainly: green. Hex color #606245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606245 is #9F9DBA. Grayscale: #5E5E5E. Windows color (decimal): -10460603 or 4547168. OLE color: 4547168.

HSL color Cylindrical-coordinate representation of color #606245: hue angle of 64.14º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #606245 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB969869-
CMYK0.0200.300.62
HSL64.14º17.37%32.75%-
HSV(B)64.14º29.59%38.43%-
XYZ10.2711.657.34-
YUV94.1113.84129.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 69 (27.34% from 255) = 26.24%
R=36.50%
G=37.26%
B=26.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698690.0200.300.6264.1417.3732.75
Hex606245201E3E401121
Octal1401421052036761002141
Binary11000001100010100010110011110111110100000010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606245; }

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

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

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

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

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

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

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

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