Shades of Woodland #5B663A
Tints of Woodland #5B663A
RGB
CMYK
RGB Variations
Color information
#5B663A (or 0x5B663A) is known color: Woodland. HEX triplet: 5B, 66 and 3A. RGB value is (91,102,58). Sum of RGB (Red+Green+Blue) = 91+102+58=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 102 - color contains mainly: green. Hex color #5B663A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B663A is #A499C5. Grayscale: #5D5D5D. Windows color (decimal): -10787270 or 3827291. OLE color: 3827291.
HSL color Cylindrical-coordinate representation of color #5B663A: hue angle of 75º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B663A is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 91 | 102 | 58 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.6 |
| HSL | 75º | 0.28% | 0.31% | - |
| HSV(B) | 75º | 0.43% | 0.4% | - |
| XYZ | 9.83 | 12.03 | 5.81 | - |
| YUV | 93.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 102 | 58 | 0.11 | 0 | 0.43 | 0.6 | 75 | 0.28 | 0.31 |
| Hex | 5B | 66 | 3A | B | 0 | 2B | 3C | 4B | 1C | 1F |
| Octal | 133 | 146 | 72 | 13 | 0 | 53 | 74 | 113 | 34 | 37 |
| Binary | 1011011 | 1100110 | 111010 | 1011 | 0 | 101011 | 111100 | 1001011 | 11100 | 11111 |
Color Harmonies of #5B663A
Complementary color
Monochromatic Colors of #5B663A
Black with #5B663A
Text Example
Text Example
White with #5B663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B663A; }
p { color: rgb(91,102,58); }
H1.HeaderClassName
{
color: #5B663A;
}
.AnyTagClassName
{
color: #5B663A;
}
</style>
background-color css
<style>
a { background-color: #5B663A; }
a { background-color: rgb(91,102,58); }
div.DivClassName
{
background-color: #5B663A;
}
.BgClassName
{
background-color: #5B663A;
}
</style>
border-color css
<style>
span { border-color: #5B663A; }
span { border-color: rgb(91,102,58); }
td.TdClassName
{
border-color: #5B663A;
}
.TagClassName
{
border-color: #5B663A;
}
</style>