#606246

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

Shades of Woodland #606246

Tints of Woodland #606246

Color information

#606246 (or 0x606246) is unknown color: approx Woodland. HEX triplet: 60, 62 and 46. RGB value is (96,98,70). Sum of RGB (Red+Green+Blue) = 96+98+70=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 98 - color contains mainly: green. Hex color #606246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606246 is #9F9DB9. Grayscale: #5E5E5E. Windows color (decimal): -10460602 or 4612704. OLE color: 4612704.

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

Color convert

RGB969870-
CMYK0.0200.290.62
HSL64.29º16.67%32.94%-
HSV(B)64.29º28.57%38.43%-
XYZ10.311.667.5-
YUV94.21114.34129.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.36%
GREEN value IS 98 (38.67% from 255) = 37.12%
BLUE value IS 70 (27.73% from 255) = 26.52%
R=36.36%
G=37.12%
B=26.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698700.0200.290.6264.2916.6732.94
Hex606246201D3E401121
Octal1401421062035761002141
Binary11000001100010100011010011101111110100000010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606246; }

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

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

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

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

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

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

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

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