Shades of Raw Umber #6B5009
Tints of Raw Umber #6B5009
RGB
CMYK
RGB Variations
Color information
#6B5009 (or 0x6B5009) is known color: Raw Umber. HEX triplet: 6B, 50 and 09. RGB value is (107,80,9). Sum of RGB (Red+Green+Blue) = 107+80+9=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5009 is #94AFF6. Grayscale: #505050. Windows color (decimal): -9744375 or 610411. OLE color: 610411.
HSL color Cylindrical-coordinate representation of color #6B5009: hue angle of 43.47º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B5009 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 80 | 9 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.58 |
| HSL | 43.47º | 0.84% | 0.23% | - |
| HSV(B) | 43.47º | 0.92% | 0.42% | - |
| XYZ | 8.98 | 8.88 | 1.5 | - |
| YUV | 79.98 | 87.95 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 9 | 0 | 0.25 | 0.92 | 0.58 | 43.47 | 0.84 | 0.23 |
| Hex | 6B | 50 | 9 | 0 | 19 | 5C | 3A | 2B | 54 | 17 |
| Octal | 153 | 120 | 11 | 0 | 31 | 134 | 72 | 53 | 124 | 27 |
| Binary | 1101011 | 1010000 | 1001 | 0 | 11001 | 1011100 | 111010 | 101011 | 1010100 | 10111 |
Color Harmonies of #6B5009
Complementary color
Monochromatic Colors of #6B5009
Black with #6B5009
Text Example
Text Example
White with #6B5009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5009; }
p { color: rgb(107,80,9); }
H1.HeaderClassName
{
color: #6B5009;
}
.AnyTagClassName
{
color: #6B5009;
}
</style>
background-color css
<style>
a { background-color: #6B5009; }
a { background-color: rgb(107,80,9); }
div.DivClassName
{
background-color: #6B5009;
}
.BgClassName
{
background-color: #6B5009;
}
</style>
border-color css
<style>
span { border-color: #6B5009; }
span { border-color: rgb(107,80,9); }
td.TdClassName
{
border-color: #6B5009;
}
.TagClassName
{
border-color: #6B5009;
}
</style>