Shades of Rain Forest #606B36
Tints of Rain Forest #606B36
RGB
CMYK
RGB Variations
Color information
#606B36 (or 0x606B36) is known color: Rain Forest. HEX triplet: 60, 6B and 36. RGB value is (96,107,54). Sum of RGB (Red+Green+Blue) = 96+107+54=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 107 - color contains mainly: green. Hex color #606B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606B36 is #9F94C9. Grayscale: #616161. Windows color (decimal): -10458314 or 3566432. OLE color: 3566432.
HSL color Cylindrical-coordinate representation of color #606B36: hue angle of 72.45º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #606B36 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 107 | 54 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.58 |
| HSL | 72.45º | 0.33% | 0.32% | - |
| HSV(B) | 72.45º | 0.5% | 0.42% | - |
| XYZ | 10.75 | 13.27 | 5.48 | - |
| YUV | 97.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 54 | 0.10 | 0 | 0.50 | 0.58 | 72.45 | 0.33 | 0.32 |
| Hex | 60 | 6B | 36 | A | 0 | 32 | 3A | 48 | 21 | 20 |
| Octal | 140 | 153 | 66 | 12 | 0 | 62 | 72 | 110 | 41 | 40 |
| Binary | 1100000 | 1101011 | 110110 | 1010 | 0 | 110010 | 111010 | 1001000 | 100001 | 100000 |
Color Harmonies of #606B36
Complementary color
Monochromatic Colors of #606B36
Black with #606B36
Text Example
Text Example
White with #606B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606B36; }
p { color: rgb(96,107,54); }
H1.HeaderClassName
{
color: #606B36;
}
.AnyTagClassName
{
color: #606B36;
}
</style>
background-color css
<style>
a { background-color: #606B36; }
a { background-color: rgb(96,107,54); }
div.DivClassName
{
background-color: #606B36;
}
.BgClassName
{
background-color: #606B36;
}
</style>
border-color css
<style>
span { border-color: #606B36; }
span { border-color: rgb(96,107,54); }
td.TdClassName
{
border-color: #606B36;
}
.TagClassName
{
border-color: #606B36;
}
</style>