Shades of Raw Umber #6B5614
Tints of Raw Umber #6B5614
RGB
CMYK
RGB Variations
Color information
#6B5614 (or 0x6B5614) is known color: Raw Umber. HEX triplet: 6B, 56 and 14. RGB value is (107,86,20). Sum of RGB (Red+Green+Blue) = 107+86+20=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5614 is #94A9EB. Grayscale: #555555. Windows color (decimal): -9742828 or 1332843. OLE color: 1332843.
HSL color Cylindrical-coordinate representation of color #6B5614: hue angle of 45.52º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B5614 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 86 | 20 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.58 |
| HSL | 45.52º | 0.69% | 0.25% | - |
| HSV(B) | 45.52º | 0.81% | 0.42% | - |
| XYZ | 9.52 | 9.83 | 2.06 | - |
| YUV | 84.76 | 91.46 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 20 | 0 | 0.20 | 0.81 | 0.58 | 45.52 | 0.69 | 0.25 |
| Hex | 6B | 56 | 14 | 0 | 14 | 51 | 3A | 2E | 45 | 19 |
| Octal | 153 | 126 | 24 | 0 | 24 | 121 | 72 | 56 | 105 | 31 |
| Binary | 1101011 | 1010110 | 10100 | 0 | 10100 | 1010001 | 111010 | 101110 | 1000101 | 11001 |
Color Harmonies of #6B5614
Complementary color
Monochromatic Colors of #6B5614
Black with #6B5614
Text Example
Text Example
White with #6B5614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5614; }
p { color: rgb(107,86,20); }
H1.HeaderClassName
{
color: #6B5614;
}
.AnyTagClassName
{
color: #6B5614;
}
</style>
background-color css
<style>
a { background-color: #6B5614; }
a { background-color: rgb(107,86,20); }
div.DivClassName
{
background-color: #6B5614;
}
.BgClassName
{
background-color: #6B5614;
}
</style>
border-color css
<style>
span { border-color: #6B5614; }
span { border-color: rgb(107,86,20); }
td.TdClassName
{
border-color: #6B5614;
}
.TagClassName
{
border-color: #6B5614;
}
</style>