Shades of Raw Umber #6B4C07
Tints of Raw Umber #6B4C07
RGB
CMYK
RGB Variations
Color information
#6B4C07 (or 0x6B4C07) is known color: Raw Umber. HEX triplet: 6B, 4C and 07. RGB value is (107,76,7). Sum of RGB (Red+Green+Blue) = 107+76+7=190 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.32% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4C07 is #94B3F8. Grayscale: #4D4D4D. Windows color (decimal): -9745401 or 478315. OLE color: 478315.
HSL color Cylindrical-coordinate representation of color #6B4C07: hue angle of 41.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B4C07 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 76 | 7 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.58 |
| HSL | 41.4º | 0.88% | 0.22% | - |
| HSV(B) | 41.4º | 0.93% | 0.42% | - |
| XYZ | 8.69 | 8.31 | 1.35 | - |
| YUV | 77.4 | 88.27 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 76 | 7 | 0 | 0.29 | 0.93 | 0.58 | 41.4 | 0.88 | 0.22 |
| Hex | 6B | 4C | 7 | 0 | 1D | 5D | 3A | 29 | 58 | 16 |
| Octal | 153 | 114 | 7 | 0 | 35 | 135 | 72 | 51 | 130 | 26 |
| Binary | 1101011 | 1001100 | 111 | 0 | 11101 | 1011101 | 111010 | 101001 | 1011000 | 10110 |
Color Harmonies of #6B4C07
Complementary color
Monochromatic Colors of #6B4C07
Black with #6B4C07
Text Example
Text Example
White with #6B4C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4C07; }
p { color: rgb(107,76,7); }
H1.HeaderClassName
{
color: #6B4C07;
}
.AnyTagClassName
{
color: #6B4C07;
}
</style>
background-color css
<style>
a { background-color: #6B4C07; }
a { background-color: rgb(107,76,7); }
div.DivClassName
{
background-color: #6B4C07;
}
.BgClassName
{
background-color: #6B4C07;
}
</style>
border-color css
<style>
span { border-color: #6B4C07; }
span { border-color: rgb(107,76,7); }
td.TdClassName
{
border-color: #6B4C07;
}
.TagClassName
{
border-color: #6B4C07;
}
</style>