Shades of Raw Umber #6C4C1A
Tints of Raw Umber #6C4C1A
RGB
CMYK
RGB Variations
Color information
#6C4C1A (or 0x6C4C1A) is known color: Raw Umber. HEX triplet: 6C, 4C and 1A. RGB value is (108,76,26). Sum of RGB (Red+Green+Blue) = 108+76+26=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4C1A is #93B3E5. Grayscale: #505050. Windows color (decimal): -9679846 or 1723500. OLE color: 1723500.
HSL color Cylindrical-coordinate representation of color #6C4C1A: hue angle of 36.59º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C4C1A is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 76 | 26 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.58 |
| HSL | 36.59º | 0.61% | 0.26% | - |
| HSV(B) | 36.59º | 0.76% | 0.42% | - |
| XYZ | 8.96 | 8.43 | 2.13 | - |
| YUV | 79.87 | 97.6 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 76 | 26 | 0 | 0.30 | 0.76 | 0.58 | 36.59 | 0.61 | 0.26 |
| Hex | 6C | 4C | 1A | 0 | 1E | 4C | 3A | 25 | 3D | 1A |
| Octal | 154 | 114 | 32 | 0 | 36 | 114 | 72 | 45 | 75 | 32 |
| Binary | 1101100 | 1001100 | 11010 | 0 | 11110 | 1001100 | 111010 | 100101 | 111101 | 11010 |
Color Harmonies of #6C4C1A
Complementary color
Monochromatic Colors of #6C4C1A
Black with #6C4C1A
Text Example
Text Example
White with #6C4C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4C1A; }
p { color: rgb(108,76,26); }
H1.HeaderClassName
{
color: #6C4C1A;
}
.AnyTagClassName
{
color: #6C4C1A;
}
</style>
background-color css
<style>
a { background-color: #6C4C1A; }
a { background-color: rgb(108,76,26); }
div.DivClassName
{
background-color: #6C4C1A;
}
.BgClassName
{
background-color: #6C4C1A;
}
</style>
border-color css
<style>
span { border-color: #6C4C1A; }
span { border-color: rgb(108,76,26); }
td.TdClassName
{
border-color: #6C4C1A;
}
.TagClassName
{
border-color: #6C4C1A;
}
</style>