Shades of Raw Umber #6B5607
Tints of Raw Umber #6B5607
RGB
CMYK
RGB Variations
Color information
#6B5607 (or 0x6B5607) is known color: Raw Umber. HEX triplet: 6B, 56 and 07. RGB value is (107,86,7). Sum of RGB (Red+Green+Blue) = 107+86+7=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5607 is #94A9F8. Grayscale: #535353. Windows color (decimal): -9742841 or 480875. OLE color: 480875.
HSL color Cylindrical-coordinate representation of color #6B5607: hue angle of 47.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B5607 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 86 | 7 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.58 |
| HSL | 47.4º | 0.88% | 0.22% | - |
| HSV(B) | 47.4º | 0.93% | 0.42% | - |
| XYZ | 9.43 | 9.8 | 1.59 | - |
| YUV | 83.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 7 | 0 | 0.20 | 0.93 | 0.58 | 47.4 | 0.88 | 0.22 |
| Hex | 6B | 56 | 7 | 0 | 14 | 5D | 3A | 2F | 58 | 16 |
| Octal | 153 | 126 | 7 | 0 | 24 | 135 | 72 | 57 | 130 | 26 |
| Binary | 1101011 | 1010110 | 111 | 0 | 10100 | 1011101 | 111010 | 101111 | 1011000 | 10110 |
Color Harmonies of #6B5607
Complementary color
Monochromatic Colors of #6B5607
Black with #6B5607
Text Example
Text Example
White with #6B5607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5607; }
p { color: rgb(107,86,7); }
H1.HeaderClassName
{
color: #6B5607;
}
.AnyTagClassName
{
color: #6B5607;
}
</style>
background-color css
<style>
a { background-color: #6B5607; }
a { background-color: rgb(107,86,7); }
div.DivClassName
{
background-color: #6B5607;
}
.BgClassName
{
background-color: #6B5607;
}
</style>
border-color css
<style>
span { border-color: #6B5607; }
span { border-color: rgb(107,86,7); }
td.TdClassName
{
border-color: #6B5607;
}
.TagClassName
{
border-color: #6B5607;
}
</style>