Shades of Raw Umber #6A3C07
Tints of Raw Umber #6A3C07
RGB
CMYK
RGB Variations
Color information
#6A3C07 (or 0x6A3C07) is known color: Raw Umber. HEX triplet: 6A, 3C and 07. RGB value is (106,60,7). Sum of RGB (Red+Green+Blue) = 106+60+7=173 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.27% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3C07 is #95C3F8. Grayscale: #434343. Windows color (decimal): -9815033 or 474218. OLE color: 474218.
HSL color Cylindrical-coordinate representation of color #6A3C07: hue angle of 32.12º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A3C07 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 60 | 7 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.58 |
| HSL | 32.12º | 0.88% | 0.22% | - |
| HSV(B) | 32.12º | 0.93% | 0.42% | - |
| XYZ | 7.6 | 6.31 | 1.02 | - |
| YUV | 67.71 | 93.74 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 60 | 7 | 0 | 0.43 | 0.93 | 0.58 | 32.12 | 0.88 | 0.22 |
| Hex | 6A | 3C | 7 | 0 | 2B | 5D | 3A | 20 | 58 | 16 |
| Octal | 152 | 74 | 7 | 0 | 53 | 135 | 72 | 40 | 130 | 26 |
| Binary | 1101010 | 111100 | 111 | 0 | 101011 | 1011101 | 111010 | 100000 | 1011000 | 10110 |
Color Harmonies of #6A3C07
Complementary color
Monochromatic Colors of #6A3C07
Black with #6A3C07
Text Example
Text Example
White with #6A3C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3C07; }
p { color: rgb(106,60,7); }
H1.HeaderClassName
{
color: #6A3C07;
}
.AnyTagClassName
{
color: #6A3C07;
}
</style>
background-color css
<style>
a { background-color: #6A3C07; }
a { background-color: rgb(106,60,7); }
div.DivClassName
{
background-color: #6A3C07;
}
.BgClassName
{
background-color: #6A3C07;
}
</style>
border-color css
<style>
span { border-color: #6A3C07; }
span { border-color: rgb(106,60,7); }
td.TdClassName
{
border-color: #6A3C07;
}
.TagClassName
{
border-color: #6A3C07;
}
</style>