Shades of Raw Umber #6C5313
Tints of Raw Umber #6C5313
RGB
CMYK
RGB Variations
Color information
#6C5313 (or 0x6C5313) is known color: Raw Umber. HEX triplet: 6C, 53 and 13. RGB value is (108,83,19). Sum of RGB (Red+Green+Blue) = 108+83+19=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5313 is #93ACEC. Grayscale: #535353. Windows color (decimal): -9678061 or 1266540. OLE color: 1266540.
HSL color Cylindrical-coordinate representation of color #6C5313: hue angle of 43.15º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C5313 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 83 | 19 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.58 |
| HSL | 43.15º | 0.7% | 0.25% | - |
| HSV(B) | 43.15º | 0.82% | 0.42% | - |
| XYZ | 9.4 | 9.42 | 1.94 | - |
| YUV | 83.18 | 91.78 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 83 | 19 | 0 | 0.23 | 0.82 | 0.58 | 43.15 | 0.7 | 0.25 |
| Hex | 6C | 53 | 13 | 0 | 17 | 52 | 3A | 2B | 46 | 19 |
| Octal | 154 | 123 | 23 | 0 | 27 | 122 | 72 | 53 | 106 | 31 |
| Binary | 1101100 | 1010011 | 10011 | 0 | 10111 | 1010010 | 111010 | 101011 | 1000110 | 11001 |
Color Harmonies of #6C5313
Complementary color
Monochromatic Colors of #6C5313
Black with #6C5313
Text Example
Text Example
White with #6C5313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5313; }
p { color: rgb(108,83,19); }
H1.HeaderClassName
{
color: #6C5313;
}
.AnyTagClassName
{
color: #6C5313;
}
</style>
background-color css
<style>
a { background-color: #6C5313; }
a { background-color: rgb(108,83,19); }
div.DivClassName
{
background-color: #6C5313;
}
.BgClassName
{
background-color: #6C5313;
}
</style>
border-color css
<style>
span { border-color: #6C5313; }
span { border-color: rgb(108,83,19); }
td.TdClassName
{
border-color: #6C5313;
}
.TagClassName
{
border-color: #6C5313;
}
</style>