#606A3C

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

Shades of Woodland #606A3C

Tints of Woodland #606A3C

Color information

#606A3C (or 0x606A3C) is unknown color: approx Woodland. HEX triplet: 60, 6A and 3C. RGB value is (96,106,60). Sum of RGB (Red+Green+Blue) = 96+106+60=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 106 - color contains mainly: green. Hex color #606A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606A3C is #9F95C3. Grayscale: #616161. Windows color (decimal): -10458564 or 3959392. OLE color: 3959392.

HSL color Cylindrical-coordinate representation of color #606A3C: hue angle of 73.04º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #606A3C is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB9610660-
CMYK0.0900.430.58
HSL73.04º27.71%32.55%-
HSV(B)73.04º43.4%41.57%-
XYZ10.7913.126.24-
YUV97.77106.69126.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.64%
GREEN value IS 106 (41.80% from 255) = 40.46%
BLUE value IS 60 (23.83% from 255) = 22.90%
R=36.64%
G=40.46%
B=22.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96106600.0900.430.5873.0427.7132.55
Hex606A3C902B3A491c21
Octal1401527411053721113441
Binary1100000110101011110010010101011111010100100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606A3C; }

 p { color: rgb(96,106,60); }

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

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

 a { background-color: rgb(96,106,60); }

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

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

 span { border-color: rgb(96,106,60); }

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