Shades of Raw Umber #6B5008
Tints of Raw Umber #6B5008
RGB
CMYK
RGB Variations
Color information
#6B5008 (or 0x6B5008) is known color: Raw Umber. HEX triplet: 6B, 50 and 08. RGB value is (107,80,8). Sum of RGB (Red+Green+Blue) = 107+80+8=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5008 is #94AFF7. Grayscale: #505050. Windows color (decimal): -9744376 or 544875. OLE color: 544875.
HSL color Cylindrical-coordinate representation of color #6B5008: hue angle of 43.64º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B5008 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 80 | 8 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.58 |
| HSL | 43.64º | 0.86% | 0.23% | - |
| HSV(B) | 43.64º | 0.93% | 0.42% | - |
| XYZ | 8.98 | 8.88 | 1.47 | - |
| YUV | 79.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 8 | 0 | 0.25 | 0.93 | 0.58 | 43.64 | 0.86 | 0.23 |
| Hex | 6B | 50 | 8 | 0 | 19 | 5D | 3A | 2C | 56 | 17 |
| Octal | 153 | 120 | 10 | 0 | 31 | 135 | 72 | 54 | 126 | 27 |
| Binary | 1101011 | 1010000 | 1000 | 0 | 11001 | 1011101 | 111010 | 101100 | 1010110 | 10111 |
Color Harmonies of #6B5008
Complementary color
Monochromatic Colors of #6B5008
Black with #6B5008
Text Example
Text Example
White with #6B5008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5008; }
p { color: rgb(107,80,8); }
H1.HeaderClassName
{
color: #6B5008;
}
.AnyTagClassName
{
color: #6B5008;
}
</style>
background-color css
<style>
a { background-color: #6B5008; }
a { background-color: rgb(107,80,8); }
div.DivClassName
{
background-color: #6B5008;
}
.BgClassName
{
background-color: #6B5008;
}
</style>
border-color css
<style>
span { border-color: #6B5008; }
span { border-color: rgb(107,80,8); }
td.TdClassName
{
border-color: #6B5008;
}
.TagClassName
{
border-color: #6B5008;
}
</style>