Shades of Woodland #5B613C
Tints of Woodland #5B613C
RGB
CMYK
RGB Variations
Color information
#5B613C (or 0x5B613C) is known color: Woodland. HEX triplet: 5B, 61 and 3C. RGB value is (91,97,60). Sum of RGB (Red+Green+Blue) = 91+97+60=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 97 - color contains mainly: green. Hex color #5B613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B613C is #A49EC3. Grayscale: #5B5B5B. Windows color (decimal): -10788548 or 3957083. OLE color: 3957083.
HSL color Cylindrical-coordinate representation of color #5B613C: hue angle of 69.73º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B613C is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 97 | 60 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.62 |
| HSL | 69.73º | 0.24% | 0.31% | - |
| HSV(B) | 69.73º | 0.38% | 0.38% | - |
| XYZ | 9.4 | 11.1 | 5.92 | - |
| YUV | 90.99 | 110.51 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 60 | 0.06 | 0 | 0.38 | 0.62 | 69.73 | 0.24 | 0.31 |
| Hex | 5B | 61 | 3C | 6 | 0 | 26 | 3E | 46 | 18 | 1F |
| Octal | 133 | 141 | 74 | 6 | 0 | 46 | 76 | 106 | 30 | 37 |
| Binary | 1011011 | 1100001 | 111100 | 110 | 0 | 100110 | 111110 | 1000110 | 11000 | 11111 |
Color Harmonies of #5B613C
Complementary color
Monochromatic Colors of #5B613C
Black with #5B613C
Text Example
Text Example
White with #5B613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B613C; }
p { color: rgb(91,97,60); }
H1.HeaderClassName
{
color: #5B613C;
}
.AnyTagClassName
{
color: #5B613C;
}
</style>
background-color css
<style>
a { background-color: #5B613C; }
a { background-color: rgb(91,97,60); }
div.DivClassName
{
background-color: #5B613C;
}
.BgClassName
{
background-color: #5B613C;
}
</style>
border-color css
<style>
span { border-color: #5B613C; }
span { border-color: rgb(91,97,60); }
td.TdClassName
{
border-color: #5B613C;
}
.TagClassName
{
border-color: #5B613C;
}
</style>