Shades of Raw Umber #6C5308
Tints of Raw Umber #6C5308
RGB
CMYK
RGB Variations
Color information
#6C5308 (or 0x6C5308) is known color: Raw Umber. HEX triplet: 6C, 53 and 08. RGB value is (108,83,8). Sum of RGB (Red+Green+Blue) = 108+83+8=199 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.27% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5308 is #93ACF7. Grayscale: #525252. Windows color (decimal): -9678072 or 545644. OLE color: 545644.
HSL color Cylindrical-coordinate representation of color #6C5308: hue angle of 45º 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 #6C5308 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 83 | 8 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.58 |
| HSL | 45º | 0.86% | 0.23% | - |
| HSV(B) | 45º | 0.93% | 0.42% | - |
| XYZ | 9.32 | 9.39 | 1.55 | - |
| YUV | 81.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 83 | 8 | 0 | 0.23 | 0.93 | 0.58 | 45 | 0.86 | 0.23 |
| Hex | 6C | 53 | 8 | 0 | 17 | 5D | 3A | 2D | 56 | 17 |
| Octal | 154 | 123 | 10 | 0 | 27 | 135 | 72 | 55 | 126 | 27 |
| Binary | 1101100 | 1010011 | 1000 | 0 | 10111 | 1011101 | 111010 | 101101 | 1010110 | 10111 |
Color Harmonies of #6C5308
Complementary color
Monochromatic Colors of #6C5308
Black with #6C5308
Text Example
Text Example
White with #6C5308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5308; }
p { color: rgb(108,83,8); }
H1.HeaderClassName
{
color: #6C5308;
}
.AnyTagClassName
{
color: #6C5308;
}
</style>
background-color css
<style>
a { background-color: #6C5308; }
a { background-color: rgb(108,83,8); }
div.DivClassName
{
background-color: #6C5308;
}
.BgClassName
{
background-color: #6C5308;
}
</style>
border-color css
<style>
span { border-color: #6C5308; }
span { border-color: rgb(108,83,8); }
td.TdClassName
{
border-color: #6C5308;
}
.TagClassName
{
border-color: #6C5308;
}
</style>