Shades of Woodland #5B603F
Tints of Woodland #5B603F
RGB
CMYK
RGB Variations
Color information
#5B603F (or 0x5B603F) is known color: Woodland. HEX triplet: 5B, 60 and 3F. RGB value is (91,96,63). Sum of RGB (Red+Green+Blue) = 91+96+63=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 96 - color contains mainly: green. Hex color #5B603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B603F is #A49FC0. Grayscale: #5A5A5A. Windows color (decimal): -10788801 or 4153435. OLE color: 4153435.
HSL color Cylindrical-coordinate representation of color #5B603F: hue angle of 69.09º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B603F is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 96 | 63 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.62 |
| HSL | 69.09º | 0.21% | 0.31% | - |
| HSV(B) | 69.09º | 0.34% | 0.38% | - |
| XYZ | 9.39 | 10.95 | 6.32 | - |
| YUV | 90.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 96 | 63 | 0.05 | 0 | 0.34 | 0.62 | 69.09 | 0.21 | 0.31 |
| Hex | 5B | 60 | 3F | 5 | 0 | 22 | 3E | 45 | 15 | 1F |
| Octal | 133 | 140 | 77 | 5 | 0 | 42 | 76 | 105 | 25 | 37 |
| Binary | 1011011 | 1100000 | 111111 | 101 | 0 | 100010 | 111110 | 1000101 | 10101 | 11111 |
Color Harmonies of #5B603F
Complementary color
Monochromatic Colors of #5B603F
Black with #5B603F
Text Example
Text Example
White with #5B603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B603F; }
p { color: rgb(91,96,63); }
H1.HeaderClassName
{
color: #5B603F;
}
.AnyTagClassName
{
color: #5B603F;
}
</style>
background-color css
<style>
a { background-color: #5B603F; }
a { background-color: rgb(91,96,63); }
div.DivClassName
{
background-color: #5B603F;
}
.BgClassName
{
background-color: #5B603F;
}
</style>
border-color css
<style>
span { border-color: #5B603F; }
span { border-color: rgb(91,96,63); }
td.TdClassName
{
border-color: #5B603F;
}
.TagClassName
{
border-color: #5B603F;
}
</style>