Shades of Raw Umber #6B4310
Tints of Raw Umber #6B4310
RGB
CMYK
RGB Variations
Color information
#6B4310 (or 0x6B4310) is known color: Raw Umber. HEX triplet: 6B, 43 and 10. RGB value is (107,67,16). Sum of RGB (Red+Green+Blue) = 107+67+16=190 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.32% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4310 is #94BCEF. Grayscale: #494949. Windows color (decimal): -9747696 or 1065835. OLE color: 1065835.
HSL color Cylindrical-coordinate representation of color #6B4310: hue angle of 33.63º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B4310 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 67 | 16 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.58 |
| HSL | 33.63º | 0.74% | 0.24% | - |
| HSV(B) | 33.63º | 0.85% | 0.42% | - |
| XYZ | 8.16 | 7.18 | 1.45 | - |
| YUV | 73.15 | 95.75 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 67 | 16 | 0 | 0.37 | 0.85 | 0.58 | 33.63 | 0.74 | 0.24 |
| Hex | 6B | 43 | 10 | 0 | 25 | 55 | 3A | 22 | 4A | 18 |
| Octal | 153 | 103 | 20 | 0 | 45 | 125 | 72 | 42 | 112 | 30 |
| Binary | 1101011 | 1000011 | 10000 | 0 | 100101 | 1010101 | 111010 | 100010 | 1001010 | 11000 |
Color Harmonies of #6B4310
Complementary color
Monochromatic Colors of #6B4310
Black with #6B4310
Text Example
Text Example
White with #6B4310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4310; }
p { color: rgb(107,67,16); }
H1.HeaderClassName
{
color: #6B4310;
}
.AnyTagClassName
{
color: #6B4310;
}
</style>
background-color css
<style>
a { background-color: #6B4310; }
a { background-color: rgb(107,67,16); }
div.DivClassName
{
background-color: #6B4310;
}
.BgClassName
{
background-color: #6B4310;
}
</style>
border-color css
<style>
span { border-color: #6B4310; }
span { border-color: rgb(107,67,16); }
td.TdClassName
{
border-color: #6B4310;
}
.TagClassName
{
border-color: #6B4310;
}
</style>