Shades of Raw Umber #6B510D
Tints of Raw Umber #6B510D
RGB
CMYK
RGB Variations
Color information
#6B510D (or 0x6B510D) is known color: Raw Umber. HEX triplet: 6B, 51 and 0D. RGB value is (107,81,13). Sum of RGB (Red+Green+Blue) = 107+81+13=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B510D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B510D is #94AEF2. Grayscale: #515151. Windows color (decimal): -9744115 or 872811. OLE color: 872811.
HSL color Cylindrical-coordinate representation of color #6B510D: hue angle of 43.4º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B510D is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 81 | 13 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.58 |
| HSL | 43.4º | 0.78% | 0.24% | - |
| HSV(B) | 43.4º | 0.88% | 0.42% | - |
| XYZ | 9.08 | 9.04 | 1.65 | - |
| YUV | 81.02 | 89.61 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 13 | 0 | 0.24 | 0.88 | 0.58 | 43.4 | 0.78 | 0.24 |
| Hex | 6B | 51 | D | 0 | 18 | 58 | 3A | 2B | 4E | 18 |
| Octal | 153 | 121 | 15 | 0 | 30 | 130 | 72 | 53 | 116 | 30 |
| Binary | 1101011 | 1010001 | 1101 | 0 | 11000 | 1011000 | 111010 | 101011 | 1001110 | 11000 |
Color Harmonies of #6B510D
Complementary color
Monochromatic Colors of #6B510D
Black with #6B510D
Text Example
Text Example
White with #6B510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B510D; }
p { color: rgb(107,81,13); }
H1.HeaderClassName
{
color: #6B510D;
}
.AnyTagClassName
{
color: #6B510D;
}
</style>
background-color css
<style>
a { background-color: #6B510D; }
a { background-color: rgb(107,81,13); }
div.DivClassName
{
background-color: #6B510D;
}
.BgClassName
{
background-color: #6B510D;
}
</style>
border-color css
<style>
span { border-color: #6B510D; }
span { border-color: rgb(107,81,13); }
td.TdClassName
{
border-color: #6B510D;
}
.TagClassName
{
border-color: #6B510D;
}
</style>