Shades of Raw Umber #6B3F0D
Tints of Raw Umber #6B3F0D
RGB
CMYK
RGB Variations
Color information
#6B3F0D (or 0x6B3F0D) is known color: Raw Umber. HEX triplet: 6B, 3F and 0D. RGB value is (107,63,13). Sum of RGB (Red+Green+Blue) = 107+63+13=183 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.47% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3F0D is #94C0F2. Grayscale: #464646. Windows color (decimal): -9748723 or 868203. OLE color: 868203.
HSL color Cylindrical-coordinate representation of color #6B3F0D: hue angle of 31.91º 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 #6B3F0D is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 63 | 13 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.58 |
| HSL | 31.91º | 0.78% | 0.24% | - |
| HSV(B) | 31.91º | 0.88% | 0.42% | - |
| XYZ | 7.91 | 6.71 | 1.26 | - |
| YUV | 70.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 63 | 13 | 0 | 0.41 | 0.88 | 0.58 | 31.91 | 0.78 | 0.24 |
| Hex | 6B | 3F | D | 0 | 29 | 58 | 3A | 20 | 4E | 18 |
| Octal | 153 | 77 | 15 | 0 | 51 | 130 | 72 | 40 | 116 | 30 |
| Binary | 1101011 | 111111 | 1101 | 0 | 101001 | 1011000 | 111010 | 100000 | 1001110 | 11000 |
Color Harmonies of #6B3F0D
Complementary color
Monochromatic Colors of #6B3F0D
Black with #6B3F0D
Text Example
Text Example
White with #6B3F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3F0D; }
p { color: rgb(107,63,13); }
H1.HeaderClassName
{
color: #6B3F0D;
}
.AnyTagClassName
{
color: #6B3F0D;
}
</style>
background-color css
<style>
a { background-color: #6B3F0D; }
a { background-color: rgb(107,63,13); }
div.DivClassName
{
background-color: #6B3F0D;
}
.BgClassName
{
background-color: #6B3F0D;
}
</style>
border-color css
<style>
span { border-color: #6B3F0D; }
span { border-color: rgb(107,63,13); }
td.TdClassName
{
border-color: #6B3F0D;
}
.TagClassName
{
border-color: #6B3F0D;
}
</style>