Shades of Rain Forest #636B32
Tints of Rain Forest #636B32
RGB
CMYK
RGB Variations
Color information
#636B32 (or 0x636B32) is known color: Rain Forest. HEX triplet: 63, 6B and 32. RGB value is (99,107,50). Sum of RGB (Red+Green+Blue) = 99+107+50=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 107 - color contains mainly: green. Hex color #636B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636B32 is #9C94CD. Grayscale: #626262. Windows color (decimal): -10261710 or 3304291. OLE color: 3304291.
HSL color Cylindrical-coordinate representation of color #636B32: hue angle of 68.42º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #636B32 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 107 | 50 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.58 |
| HSL | 68.42º | 0.36% | 0.31% | - |
| HSV(B) | 68.42º | 0.53% | 0.42% | - |
| XYZ | 10.98 | 13.4 | 5.03 | - |
| YUV | 98.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 107 | 50 | 0.07 | 0 | 0.53 | 0.58 | 68.42 | 0.36 | 0.31 |
| Hex | 63 | 6B | 32 | 7 | 0 | 35 | 3A | 44 | 24 | 1F |
| Octal | 143 | 153 | 62 | 7 | 0 | 65 | 72 | 104 | 44 | 37 |
| Binary | 1100011 | 1101011 | 110010 | 111 | 0 | 110101 | 111010 | 1000100 | 100100 | 11111 |
Color Harmonies of #636B32
Complementary color
Monochromatic Colors of #636B32
Black with #636B32
Text Example
Text Example
White with #636B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636B32; }
p { color: rgb(99,107,50); }
H1.HeaderClassName
{
color: #636B32;
}
.AnyTagClassName
{
color: #636B32;
}
</style>
background-color css
<style>
a { background-color: #636B32; }
a { background-color: rgb(99,107,50); }
div.DivClassName
{
background-color: #636B32;
}
.BgClassName
{
background-color: #636B32;
}
</style>
border-color css
<style>
span { border-color: #636B32; }
span { border-color: rgb(99,107,50); }
td.TdClassName
{
border-color: #636B32;
}
.TagClassName
{
border-color: #636B32;
}
</style>