#606D3F

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

Shades of Woodland #606D3F

Tints of Woodland #606D3F

Color information

#606D3F (or 0x606D3F) is unknown color: approx Woodland. HEX triplet: 60, 6D and 3F. RGB value is (96,109,63). Sum of RGB (Red+Green+Blue) = 96+109+63=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 109 - color contains mainly: green. Hex color #606D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606D3F is #9F92C0. Grayscale: #646464. Windows color (decimal): -10457793 or 4156768. OLE color: 4156768.

HSL color Cylindrical-coordinate representation of color #606D3F: hue angle of 76.96º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #606D3F is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB9610963-
CMYK0.1200.420.57
HSL76.96º26.74%33.73%-
HSV(B)76.96º42.2%42.75%-
XYZ11.1913.786.77-
YUV99.87107.19125.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.82%
GREEN value IS 109 (42.97% from 255) = 40.67%
BLUE value IS 63 (25% from 255) = 23.51%
R=35.82%
G=40.67%
B=23.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96109630.1200.420.5776.9626.7433.73
Hex606D3FC02A394d1b22
Octal1401557714052711153342
Binary1100000110110111111111000101010111001100110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,109,63); }

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

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

 a { background-color: rgb(96,109,63); }

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

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

 span { border-color: rgb(96,109,63); }

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