Shades of Raw Umber #6C4312
Tints of Raw Umber #6C4312
RGB
CMYK
RGB Variations
Color information
#6C4312 (or 0x6C4312) is known color: Raw Umber. HEX triplet: 6C, 43 and 12. RGB value is (108,67,18). Sum of RGB (Red+Green+Blue) = 108+67+18=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4312 is #93BCED. Grayscale: #494949. Windows color (decimal): -9682158 or 1196908. OLE color: 1196908.
HSL color Cylindrical-coordinate representation of color #6C4312: hue angle of 32.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C4312 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 67 | 18 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.58 |
| HSL | 32.67º | 0.71% | 0.25% | - |
| HSV(B) | 32.67º | 0.83% | 0.42% | - |
| XYZ | 8.3 | 7.25 | 1.53 | - |
| YUV | 73.67 | 96.58 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 67 | 18 | 0 | 0.38 | 0.83 | 0.58 | 32.67 | 0.71 | 0.25 |
| Hex | 6C | 43 | 12 | 0 | 26 | 53 | 3A | 21 | 47 | 19 |
| Octal | 154 | 103 | 22 | 0 | 46 | 123 | 72 | 41 | 107 | 31 |
| Binary | 1101100 | 1000011 | 10010 | 0 | 100110 | 1010011 | 111010 | 100001 | 1000111 | 11001 |
Color Harmonies of #6C4312
Complementary color
Monochromatic Colors of #6C4312
Black with #6C4312
Text Example
Text Example
White with #6C4312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4312; }
p { color: rgb(108,67,18); }
H1.HeaderClassName
{
color: #6C4312;
}
.AnyTagClassName
{
color: #6C4312;
}
</style>
background-color css
<style>
a { background-color: #6C4312; }
a { background-color: rgb(108,67,18); }
div.DivClassName
{
background-color: #6C4312;
}
.BgClassName
{
background-color: #6C4312;
}
</style>
border-color css
<style>
span { border-color: #6C4312; }
span { border-color: rgb(108,67,18); }
td.TdClassName
{
border-color: #6C4312;
}
.TagClassName
{
border-color: #6C4312;
}
</style>