#606842

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

Shades of Woodland #606842

Tints of Woodland #606842

Color information

#606842 (or 0x606842) is unknown color: approx Woodland. HEX triplet: 60, 68 and 42. RGB value is (96,104,66). Sum of RGB (Red+Green+Blue) = 96+104+66=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 104 - color contains mainly: green. Hex color #606842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606842 is #9F97BD. Grayscale: #616161. Windows color (decimal): -10459070 or 4352096. OLE color: 4352096.

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

Color convert

RGB9610466-
CMYK0.0800.370.59
HSL72.63º22.35%33.33%-
HSV(B)72.63º36.54%40.78%-
XYZ10.7612.787.05-
YUV97.28110.35127.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.09%
GREEN value IS 104 (41.02% from 255) = 39.10%
BLUE value IS 66 (26.17% from 255) = 24.81%
R=36.09%
G=39.10%
B=24.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96104660.0800.370.5972.6322.3533.33
Hex60684280253B491621
Octal14015010210045731112641
Binary11000001101000100001010000100101111011100100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606842; }

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

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

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

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

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

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

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

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