Shades of Woodland #5E664B
Tints of Woodland #5E664B
RGB
CMYK
RGB Variations
Color information
#5E664B (or 0x5E664B) is known color: Woodland. HEX triplet: 5E, 66 and 4B. RGB value is (94,102,75). Sum of RGB (Red+Green+Blue) = 94+102+75=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 102 - color contains mainly: green. Hex color #5E664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E664B is #A199B4. Grayscale: #606060. Windows color (decimal): -10590645 or 4941406. OLE color: 4941406.
HSL color Cylindrical-coordinate representation of color #5E664B: hue angle of 77.78º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E664B is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
RGB | 94 | 102 | 75 | - |
CMYK | 0.08 | 0 | 0.26 | 0.6 |
HSL | 77.78º | 0.15% | 0.35% | - |
HSV(B) | 77.78º | 0.26% | 0.4% | - |
XYZ | 10.64 | 12.39 | 8.49 | - |
YUV | 96.53 | 115.85 | 126.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 102 | 75 | 0.08 | 0 | 0.26 | 0.6 | 77.78 | 0.15 | 0.35 |
Hex | 5E | 66 | 4B | 8 | 0 | 1A | 3C | 4E | F | 23 |
Octal | 136 | 146 | 113 | 10 | 0 | 32 | 74 | 116 | 17 | 43 |
Binary | 1011110 | 1100110 | 1001011 | 1000 | 0 | 11010 | 111100 | 1001110 | 1111 | 100011 |
Color Harmonies of #5E664B
Complementary color
Monochromatic Colors of #5E664B
Black with #5E664B
Text Example
Text Example
White with #5E664B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E664B; }
p { color: rgb(94,102,75); }
H1.HeaderClassName
{
color: #5E664B;
}
.AnyTagClassName
{
color: #5E664B;
}
</style>
background-color css
<style>
a { background-color: #5E664B; }
a { background-color: rgb(94,102,75); }
div.DivClassName
{
background-color: #5E664B;
}
.BgClassName
{
background-color: #5E664B;
}
</style>
border-color css
<style>
span { border-color: #5E664B; }
span { border-color: rgb(94,102,75); }
td.TdClassName
{
border-color: #5E664B;
}
.TagClassName
{
border-color: #5E664B;
}
</style>