#606848

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

Shades of Woodland #606848

Tints of Woodland #606848

Color information

#606848 (or 0x606848) is unknown color: approx Woodland. HEX triplet: 60, 68 and 48. RGB value is (96,104,72). Sum of RGB (Red+Green+Blue) = 96+104+72=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 104 - color contains mainly: green. Hex color #606848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606848 is #9F97B7. Grayscale: #626262. Windows color (decimal): -10459064 or 4745312. OLE color: 4745312.

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

Color convert

RGB9610472-
CMYK0.0800.310.59
HSL75º18.18%34.51%-
HSV(B)75º30.77%40.78%-
XYZ10.9412.868.04-
YUV97.96113.35126.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.29%
GREEN value IS 104 (41.02% from 255) = 38.24%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=35.29%
G=38.24%
B=26.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96104720.0800.310.597518.1834.51
Hex606848801F3B4b1223
Octal14015011010037731132243
Binary1100000110100010010001000011111111011100101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606848; }

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

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

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

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

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

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

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

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