Shades of Woodland #5B673C
Tints of Woodland #5B673C
RGB
CMYK
RGB Variations
Color information
#5B673C (or 0x5B673C) is known color: Woodland. HEX triplet: 5B, 67 and 3C. RGB value is (91,103,60). Sum of RGB (Red+Green+Blue) = 91+103+60=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 103 - color contains mainly: green. Hex color #5B673C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B673C is #A498C3. Grayscale: #5E5E5E. Windows color (decimal): -10787012 or 3958619. OLE color: 3958619.
HSL color Cylindrical-coordinate representation of color #5B673C: hue angle of 76.74º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B673C is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 103 | 60 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.60 |
| HSL | 76.74º | 0.26% | 0.32% | - |
| HSV(B) | 76.74º | 0.42% | 0.4% | - |
| XYZ | 9.98 | 12.25 | 6.11 | - |
| YUV | 94.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 103 | 60 | 0.12 | 0 | 0.42 | 0.60 | 76.74 | 0.26 | 0.32 |
| Hex | 5B | 67 | 3C | C | 0 | 2A | 3C | 4D | 1A | 20 |
| Octal | 133 | 147 | 74 | 14 | 0 | 52 | 74 | 115 | 32 | 40 |
| Binary | 1011011 | 1100111 | 111100 | 1100 | 0 | 101010 | 111100 | 1001101 | 11010 | 100000 |
Color Harmonies of #5B673C
Complementary color
Monochromatic Colors of #5B673C
Black with #5B673C
Text Example
Text Example
White with #5B673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B673C; }
p { color: rgb(91,103,60); }
H1.HeaderClassName
{
color: #5B673C;
}
.AnyTagClassName
{
color: #5B673C;
}
</style>
background-color css
<style>
a { background-color: #5B673C; }
a { background-color: rgb(91,103,60); }
div.DivClassName
{
background-color: #5B673C;
}
.BgClassName
{
background-color: #5B673C;
}
</style>
border-color css
<style>
span { border-color: #5B673C; }
span { border-color: rgb(91,103,60); }
td.TdClassName
{
border-color: #5B673C;
}
.TagClassName
{
border-color: #5B673C;
}
</style>