Shades of Raw Umber #6C3C01
Tints of Raw Umber #6C3C01
RGB
CMYK
RGB Variations
Color information
#6C3C01 (or 0x6C3C01) is known color: Raw Umber. HEX triplet: 6C, 3C and 01. RGB value is (108,60,1). Sum of RGB (Red+Green+Blue) = 108+60+1=169 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.91% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3C01 is #93C3FE. Grayscale: #434343. Windows color (decimal): -9683967 or 81004. OLE color: 81004.
HSL color Cylindrical-coordinate representation of color #6C3C01: hue angle of 33.08º 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 #6C3C01 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 60 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.58 |
| HSL | 33.08º | 0.98% | 0.21% | - |
| HSV(B) | 33.08º | 0.99% | 0.42% | - |
| XYZ | 7.81 | 6.42 | 0.86 | - |
| YUV | 67.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 60 | 1 | 0 | 0.44 | 0.99 | 0.58 | 33.08 | 0.98 | 0.21 |
| Hex | 6C | 3C | 1 | 0 | 2C | 63 | 3A | 21 | 62 | 15 |
| Octal | 154 | 74 | 1 | 0 | 54 | 143 | 72 | 41 | 142 | 25 |
| Binary | 1101100 | 111100 | 1 | 0 | 101100 | 1100011 | 111010 | 100001 | 1100010 | 10101 |
Color Harmonies of #6C3C01
Complementary color
Monochromatic Colors of #6C3C01
Black with #6C3C01
Text Example
Text Example
White with #6C3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3C01; }
p { color: rgb(108,60,1); }
H1.HeaderClassName
{
color: #6C3C01;
}
.AnyTagClassName
{
color: #6C3C01;
}
</style>
background-color css
<style>
a { background-color: #6C3C01; }
a { background-color: rgb(108,60,1); }
div.DivClassName
{
background-color: #6C3C01;
}
.BgClassName
{
background-color: #6C3C01;
}
</style>
border-color css
<style>
span { border-color: #6C3C01; }
span { border-color: rgb(108,60,1); }
td.TdClassName
{
border-color: #6C3C01;
}
.TagClassName
{
border-color: #6C3C01;
}
</style>