Shades of Woodland #606D38
Tints of Woodland #606D38
RGB
CMYK
RGB Variations
Color information
#606D38 (or 0x606D38) is known color: Woodland. HEX triplet: 60, 6D and 38. RGB value is (96,109,56). Sum of RGB (Red+Green+Blue) = 96+109+56=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 109 - color contains mainly: green. Hex color #606D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606D38 is #9F92C7. Grayscale: #636363. Windows color (decimal): -10457800 or 3698016. OLE color: 3698016.
HSL color Cylindrical-coordinate representation of color #606D38: hue angle of 74.72º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #606D38 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 109 | 56 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.57 |
| HSL | 74.72º | 0.32% | 0.32% | - |
| HSV(B) | 74.72º | 0.49% | 0.43% | - |
| XYZ | 11.01 | 13.71 | 5.81 | - |
| YUV | 99.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 56 | 0.12 | 0 | 0.49 | 0.57 | 74.72 | 0.32 | 0.32 |
| Hex | 60 | 6D | 38 | C | 0 | 31 | 39 | 4B | 20 | 20 |
| Octal | 140 | 155 | 70 | 14 | 0 | 61 | 71 | 113 | 40 | 40 |
| Binary | 1100000 | 1101101 | 111000 | 1100 | 0 | 110001 | 111001 | 1001011 | 100000 | 100000 |
Color Harmonies of #606D38
Complementary color
Monochromatic Colors of #606D38
Black with #606D38
Text Example
Text Example
White with #606D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606D38; }
p { color: rgb(96,109,56); }
H1.HeaderClassName
{
color: #606D38;
}
.AnyTagClassName
{
color: #606D38;
}
</style>
background-color css
<style>
a { background-color: #606D38; }
a { background-color: rgb(96,109,56); }
div.DivClassName
{
background-color: #606D38;
}
.BgClassName
{
background-color: #606D38;
}
</style>
border-color css
<style>
span { border-color: #606D38; }
span { border-color: rgb(96,109,56); }
td.TdClassName
{
border-color: #606D38;
}
.TagClassName
{
border-color: #606D38;
}
</style>