Shades of Woodland #606A38
Tints of Woodland #606A38
RGB
CMYK
RGB Variations
Color information
#606A38 (or 0x606A38) is known color: Woodland. HEX triplet: 60, 6A and 38. RGB value is (96,106,56). Sum of RGB (Red+Green+Blue) = 96+106+56=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 106 - color contains mainly: green. Hex color #606A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606A38 is #9F95C7. Grayscale: #616161. Windows color (decimal): -10458568 or 3697248. OLE color: 3697248.
HSL color Cylindrical-coordinate representation of color #606A38: hue angle of 72º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #606A38 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 106 | 56 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.58 |
| HSL | 72º | 0.31% | 0.32% | - |
| HSV(B) | 72º | 0.47% | 0.42% | - |
| XYZ | 10.69 | 13.08 | 5.7 | - |
| YUV | 97.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 56 | 0.09 | 0 | 0.47 | 0.58 | 72 | 0.31 | 0.32 |
| Hex | 60 | 6A | 38 | 9 | 0 | 2F | 3A | 48 | 1F | 20 |
| Octal | 140 | 152 | 70 | 11 | 0 | 57 | 72 | 110 | 37 | 40 |
| Binary | 1100000 | 1101010 | 111000 | 1001 | 0 | 101111 | 111010 | 1001000 | 11111 | 100000 |
Color Harmonies of #606A38
Complementary color
Monochromatic Colors of #606A38
Black with #606A38
Text Example
Text Example
White with #606A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606A38; }
p { color: rgb(96,106,56); }
H1.HeaderClassName
{
color: #606A38;
}
.AnyTagClassName
{
color: #606A38;
}
</style>
background-color css
<style>
a { background-color: #606A38; }
a { background-color: rgb(96,106,56); }
div.DivClassName
{
background-color: #606A38;
}
.BgClassName
{
background-color: #606A38;
}
</style>
border-color css
<style>
span { border-color: #606A38; }
span { border-color: rgb(96,106,56); }
td.TdClassName
{
border-color: #606A38;
}
.TagClassName
{
border-color: #606A38;
}
</style>