Shades of Raw Umber #6C520A
Tints of Raw Umber #6C520A
RGB
CMYK
RGB Variations
Color information
#6C520A (or 0x6C520A) is known color: Raw Umber. HEX triplet: 6C, 52 and 0A. RGB value is (108,82,10). Sum of RGB (Red+Green+Blue) = 108+82+10=200 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 108 - color contains mainly: red. Hex color #6C520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C520A is #93ADF5. Grayscale: #515151. Windows color (decimal): -9678326 or 676460. OLE color: 676460.
HSL color Cylindrical-coordinate representation of color #6C520A: hue angle of 44.08º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C520A is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 82 | 10 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.58 |
| HSL | 44.08º | 0.83% | 0.23% | - |
| HSV(B) | 44.08º | 0.91% | 0.42% | - |
| XYZ | 9.26 | 9.24 | 1.58 | - |
| YUV | 81.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 82 | 10 | 0 | 0.24 | 0.91 | 0.58 | 44.08 | 0.83 | 0.23 |
| Hex | 6C | 52 | A | 0 | 18 | 5B | 3A | 2C | 53 | 17 |
| Octal | 154 | 122 | 12 | 0 | 30 | 133 | 72 | 54 | 123 | 27 |
| Binary | 1101100 | 1010010 | 1010 | 0 | 11000 | 1011011 | 111010 | 101100 | 1010011 | 10111 |
Color Harmonies of #6C520A
Complementary color
Monochromatic Colors of #6C520A
Black with #6C520A
Text Example
Text Example
White with #6C520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C520A; }
p { color: rgb(108,82,10); }
H1.HeaderClassName
{
color: #6C520A;
}
.AnyTagClassName
{
color: #6C520A;
}
</style>
background-color css
<style>
a { background-color: #6C520A; }
a { background-color: rgb(108,82,10); }
div.DivClassName
{
background-color: #6C520A;
}
.BgClassName
{
background-color: #6C520A;
}
</style>
border-color css
<style>
span { border-color: #6C520A; }
span { border-color: rgb(108,82,10); }
td.TdClassName
{
border-color: #6C520A;
}
.TagClassName
{
border-color: #6C520A;
}
</style>