Shades of Raw Umber #6A5101
Tints of Raw Umber #6A5101
RGB
CMYK
RGB Variations
Color information
#6A5101 (or 0x6A5101) is known color: Raw Umber. HEX triplet: 6A, 51 and 01. RGB value is (106,81,1). Sum of RGB (Red+Green+Blue) = 106+81+1=188 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.38% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5101 is #95AEFE. Grayscale: #4F4F4F. Windows color (decimal): -9809663 or 86378. OLE color: 86378.
HSL color Cylindrical-coordinate representation of color #6A5101: hue angle of 45.71º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A5101 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 81 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.58 |
| HSL | 45.71º | 0.98% | 0.21% | - |
| HSV(B) | 45.71º | 0.99% | 0.42% | - |
| XYZ | 8.89 | 8.95 | 1.29 | - |
| YUV | 79.36 | 83.78 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 81 | 1 | 0 | 0.24 | 0.99 | 0.58 | 45.71 | 0.98 | 0.21 |
| Hex | 6A | 51 | 1 | 0 | 18 | 63 | 3A | 2E | 62 | 15 |
| Octal | 152 | 121 | 1 | 0 | 30 | 143 | 72 | 56 | 142 | 25 |
| Binary | 1101010 | 1010001 | 1 | 0 | 11000 | 1100011 | 111010 | 101110 | 1100010 | 10101 |
Color Harmonies of #6A5101
Complementary color
Monochromatic Colors of #6A5101
Black with #6A5101
Text Example
Text Example
White with #6A5101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5101; }
p { color: rgb(106,81,1); }
H1.HeaderClassName
{
color: #6A5101;
}
.AnyTagClassName
{
color: #6A5101;
}
</style>
background-color css
<style>
a { background-color: #6A5101; }
a { background-color: rgb(106,81,1); }
div.DivClassName
{
background-color: #6A5101;
}
.BgClassName
{
background-color: #6A5101;
}
</style>
border-color css
<style>
span { border-color: #6A5101; }
span { border-color: rgb(106,81,1); }
td.TdClassName
{
border-color: #6A5101;
}
.TagClassName
{
border-color: #6A5101;
}
</style>