Shades of Raw Umber #6A5005
Tints of Raw Umber #6A5005
RGB
CMYK
RGB Variations
Color information
#6A5005 (or 0x6A5005) is known color: Raw Umber. HEX triplet: 6A, 50 and 05. RGB value is (106,80,5). Sum of RGB (Red+Green+Blue) = 106+80+5=191 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.50% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5005 is #95AFFA. Grayscale: #4F4F4F. Windows color (decimal): -9809915 or 348266. OLE color: 348266.
HSL color Cylindrical-coordinate representation of color #6A5005: hue angle of 44.55º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A5005 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 80 | 5 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.58 |
| HSL | 44.55º | 0.91% | 0.22% | - |
| HSV(B) | 44.55º | 0.95% | 0.42% | - |
| XYZ | 8.84 | 8.81 | 1.38 | - |
| YUV | 79.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 80 | 5 | 0 | 0.25 | 0.95 | 0.58 | 44.55 | 0.91 | 0.22 |
| Hex | 6A | 50 | 5 | 0 | 19 | 5F | 3A | 2D | 5B | 16 |
| Octal | 152 | 120 | 5 | 0 | 31 | 137 | 72 | 55 | 133 | 26 |
| Binary | 1101010 | 1010000 | 101 | 0 | 11001 | 1011111 | 111010 | 101101 | 1011011 | 10110 |
Color Harmonies of #6A5005
Complementary color
Monochromatic Colors of #6A5005
Black with #6A5005
Text Example
Text Example
White with #6A5005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5005; }
p { color: rgb(106,80,5); }
H1.HeaderClassName
{
color: #6A5005;
}
.AnyTagClassName
{
color: #6A5005;
}
</style>
background-color css
<style>
a { background-color: #6A5005; }
a { background-color: rgb(106,80,5); }
div.DivClassName
{
background-color: #6A5005;
}
.BgClassName
{
background-color: #6A5005;
}
</style>
border-color css
<style>
span { border-color: #6A5005; }
span { border-color: rgb(106,80,5); }
td.TdClassName
{
border-color: #6A5005;
}
.TagClassName
{
border-color: #6A5005;
}
</style>