Shades of Rain Forest #606D34
Tints of Rain Forest #606D34
RGB
CMYK
RGB Variations
Color information
#606D34 (or 0x606D34) is known color: Rain Forest. HEX triplet: 60, 6D and 34. RGB value is (96,109,52). Sum of RGB (Red+Green+Blue) = 96+109+52=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 109 - color contains mainly: green. Hex color #606D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606D34 is #9F92CB. Grayscale: #626262. Windows color (decimal): -10457804 or 3435872. OLE color: 3435872.
HSL color Cylindrical-coordinate representation of color #606D34: hue angle of 73.68º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #606D34 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 109 | 52 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.57 |
| HSL | 73.68º | 0.35% | 0.32% | - |
| HSV(B) | 73.68º | 0.52% | 0.43% | - |
| XYZ | 10.91 | 13.67 | 5.31 | - |
| YUV | 98.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 52 | 0.12 | 0 | 0.52 | 0.57 | 73.68 | 0.35 | 0.32 |
| Hex | 60 | 6D | 34 | C | 0 | 34 | 39 | 4A | 23 | 20 |
| Octal | 140 | 155 | 64 | 14 | 0 | 64 | 71 | 112 | 43 | 40 |
| Binary | 1100000 | 1101101 | 110100 | 1100 | 0 | 110100 | 111001 | 1001010 | 100011 | 100000 |
Color Harmonies of #606D34
Complementary color
Monochromatic Colors of #606D34
Black with #606D34
Text Example
Text Example
White with #606D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606D34; }
p { color: rgb(96,109,52); }
H1.HeaderClassName
{
color: #606D34;
}
.AnyTagClassName
{
color: #606D34;
}
</style>
background-color css
<style>
a { background-color: #606D34; }
a { background-color: rgb(96,109,52); }
div.DivClassName
{
background-color: #606D34;
}
.BgClassName
{
background-color: #606D34;
}
</style>
border-color css
<style>
span { border-color: #606D34; }
span { border-color: rgb(96,109,52); }
td.TdClassName
{
border-color: #606D34;
}
.TagClassName
{
border-color: #606D34;
}
</style>