Shades of Woodland #5B6343
Tints of Woodland #5B6343
RGB
CMYK
RGB Variations
Color information
#5B6343 (or 0x5B6343) is known color: Woodland. HEX triplet: 5B, 63 and 43. RGB value is (91,99,67). Sum of RGB (Red+Green+Blue) = 91+99+67=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 99 - color contains mainly: green. Hex color #5B6343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6343 is #A49CBC. Grayscale: #5D5D5D. Windows color (decimal): -10788029 or 4416347. OLE color: 4416347.
HSL color Cylindrical-coordinate representation of color #5B6343: hue angle of 75º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B6343 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 99 | 67 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.61 |
| HSL | 75º | 0.19% | 0.33% | - |
| HSV(B) | 75º | 0.32% | 0.39% | - |
| XYZ | 9.79 | 11.55 | 7.02 | - |
| YUV | 92.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 67 | 0.08 | 0 | 0.32 | 0.61 | 75 | 0.19 | 0.33 |
| Hex | 5B | 63 | 43 | 8 | 0 | 20 | 3D | 4B | 13 | 21 |
| Octal | 133 | 143 | 103 | 10 | 0 | 40 | 75 | 113 | 23 | 41 |
| Binary | 1011011 | 1100011 | 1000011 | 1000 | 0 | 100000 | 111101 | 1001011 | 10011 | 100001 |
Color Harmonies of #5B6343
Complementary color
Monochromatic Colors of #5B6343
Black with #5B6343
Text Example
Text Example
White with #5B6343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6343; }
p { color: rgb(91,99,67); }
H1.HeaderClassName
{
color: #5B6343;
}
.AnyTagClassName
{
color: #5B6343;
}
</style>
background-color css
<style>
a { background-color: #5B6343; }
a { background-color: rgb(91,99,67); }
div.DivClassName
{
background-color: #5B6343;
}
.BgClassName
{
background-color: #5B6343;
}
</style>
border-color css
<style>
span { border-color: #5B6343; }
span { border-color: rgb(91,99,67); }
td.TdClassName
{
border-color: #5B6343;
}
.TagClassName
{
border-color: #5B6343;
}
</style>