Shades of Raw Umber #6B4C10
Tints of Raw Umber #6B4C10
RGB
CMYK
RGB Variations
Color information
#6B4C10 (or 0x6B4C10) is known color: Raw Umber. HEX triplet: 6B, 4C and 10. RGB value is (107,76,16). Sum of RGB (Red+Green+Blue) = 107+76+16=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4C10 is #94B3EF. Grayscale: #4E4E4E. Windows color (decimal): -9745392 or 1068139. OLE color: 1068139.
HSL color Cylindrical-coordinate representation of color #6B4C10: hue angle of 39.56º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B4C10 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 76 | 16 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.58 |
| HSL | 39.56º | 0.74% | 0.24% | - |
| HSV(B) | 39.56º | 0.85% | 0.42% | - |
| XYZ | 8.74 | 8.33 | 1.64 | - |
| YUV | 78.43 | 92.77 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 76 | 16 | 0 | 0.29 | 0.85 | 0.58 | 39.56 | 0.74 | 0.24 |
| Hex | 6B | 4C | 10 | 0 | 1D | 55 | 3A | 28 | 4A | 18 |
| Octal | 153 | 114 | 20 | 0 | 35 | 125 | 72 | 50 | 112 | 30 |
| Binary | 1101011 | 1001100 | 10000 | 0 | 11101 | 1010101 | 111010 | 101000 | 1001010 | 11000 |
Color Harmonies of #6B4C10
Complementary color
Monochromatic Colors of #6B4C10
Black with #6B4C10
Text Example
Text Example
White with #6B4C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4C10; }
p { color: rgb(107,76,16); }
H1.HeaderClassName
{
color: #6B4C10;
}
.AnyTagClassName
{
color: #6B4C10;
}
</style>
background-color css
<style>
a { background-color: #6B4C10; }
a { background-color: rgb(107,76,16); }
div.DivClassName
{
background-color: #6B4C10;
}
.BgClassName
{
background-color: #6B4C10;
}
</style>
border-color css
<style>
span { border-color: #6B4C10; }
span { border-color: rgb(107,76,16); }
td.TdClassName
{
border-color: #6B4C10;
}
.TagClassName
{
border-color: #6B4C10;
}
</style>