Shades of Raw Umber #6B3F0F
Tints of Raw Umber #6B3F0F
RGB
CMYK
RGB Variations
Color information
#6B3F0F (or 0x6B3F0F) is known color: Raw Umber. HEX triplet: 6B, 3F and 0F. RGB value is (107,63,15). Sum of RGB (Red+Green+Blue) = 107+63+15=185 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.84% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3F0F is #94C0F0. Grayscale: #464646. Windows color (decimal): -9748721 or 999275. OLE color: 999275.
HSL color Cylindrical-coordinate representation of color #6B3F0F: hue angle of 31.3º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B3F0F is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 63 | 15 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.58 |
| HSL | 31.3º | 0.75% | 0.24% | - |
| HSV(B) | 31.3º | 0.86% | 0.42% | - |
| XYZ | 7.93 | 6.72 | 1.33 | - |
| YUV | 70.68 | 96.58 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 63 | 15 | 0 | 0.41 | 0.86 | 0.58 | 31.3 | 0.75 | 0.24 |
| Hex | 6B | 3F | F | 0 | 29 | 56 | 3A | 1F | 4B | 18 |
| Octal | 153 | 77 | 17 | 0 | 51 | 126 | 72 | 37 | 113 | 30 |
| Binary | 1101011 | 111111 | 1111 | 0 | 101001 | 1010110 | 111010 | 11111 | 1001011 | 11000 |
Color Harmonies of #6B3F0F
Complementary color
Monochromatic Colors of #6B3F0F
Black with #6B3F0F
Text Example
Text Example
White with #6B3F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3F0F; }
p { color: rgb(107,63,15); }
H1.HeaderClassName
{
color: #6B3F0F;
}
.AnyTagClassName
{
color: #6B3F0F;
}
</style>
background-color css
<style>
a { background-color: #6B3F0F; }
a { background-color: rgb(107,63,15); }
div.DivClassName
{
background-color: #6B3F0F;
}
.BgClassName
{
background-color: #6B3F0F;
}
</style>
border-color css
<style>
span { border-color: #6B3F0F; }
span { border-color: rgb(107,63,15); }
td.TdClassName
{
border-color: #6B3F0F;
}
.TagClassName
{
border-color: #6B3F0F;
}
</style>