Shades of Raw Umber #6B570D
Tints of Raw Umber #6B570D
RGB
CMYK
RGB Variations
Color information
#6B570D (or 0x6B570D) is known color: Raw Umber. HEX triplet: 6B, 57 and 0D. RGB value is (107,87,13). Sum of RGB (Red+Green+Blue) = 107+87+13=207 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.69% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 107 - color contains mainly: red. Hex color #6B570D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B570D is #94A8F2. Grayscale: #545454. Windows color (decimal): -9742579 or 874347. OLE color: 874347.
HSL color Cylindrical-coordinate representation of color #6B570D: hue angle of 47.23º 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 #6B570D is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 87 | 13 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.58 |
| HSL | 47.23º | 0.78% | 0.24% | - |
| HSV(B) | 47.23º | 0.88% | 0.42% | - |
| XYZ | 9.54 | 9.97 | 1.8 | - |
| YUV | 84.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 13 | 0 | 0.19 | 0.88 | 0.58 | 47.23 | 0.78 | 0.24 |
| Hex | 6B | 57 | D | 0 | 13 | 58 | 3A | 2F | 4E | 18 |
| Octal | 153 | 127 | 15 | 0 | 23 | 130 | 72 | 57 | 116 | 30 |
| Binary | 1101011 | 1010111 | 1101 | 0 | 10011 | 1011000 | 111010 | 101111 | 1001110 | 11000 |
Color Harmonies of #6B570D
Complementary color
Monochromatic Colors of #6B570D
Black with #6B570D
Text Example
Text Example
White with #6B570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B570D; }
p { color: rgb(107,87,13); }
H1.HeaderClassName
{
color: #6B570D;
}
.AnyTagClassName
{
color: #6B570D;
}
</style>
background-color css
<style>
a { background-color: #6B570D; }
a { background-color: rgb(107,87,13); }
div.DivClassName
{
background-color: #6B570D;
}
.BgClassName
{
background-color: #6B570D;
}
</style>
border-color css
<style>
span { border-color: #6B570D; }
span { border-color: rgb(107,87,13); }
td.TdClassName
{
border-color: #6B570D;
}
.TagClassName
{
border-color: #6B570D;
}
</style>