Shades of Raw Umber #6A4310
Tints of Raw Umber #6A4310
RGB
CMYK
RGB Variations
Color information
#6A4310 (or 0x6A4310) is known color: Raw Umber. HEX triplet: 6A, 43 and 10. RGB value is (106,67,16). Sum of RGB (Red+Green+Blue) = 106+67+16=189 (25% of max value = 765). Red value is 106 (41.80% from 255 or 56.08% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4310 is #95BCEF. Grayscale: #494949. Windows color (decimal): -9813232 or 1065834. OLE color: 1065834.
HSL color Cylindrical-coordinate representation of color #6A4310: hue angle of 34º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A4310 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 67 | 16 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.58 |
| HSL | 34º | 0.74% | 0.24% | - |
| HSV(B) | 34º | 0.85% | 0.42% | - |
| XYZ | 8.04 | 7.12 | 1.44 | - |
| YUV | 72.85 | 95.92 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 67 | 16 | 0 | 0.37 | 0.85 | 0.58 | 34 | 0.74 | 0.24 |
| Hex | 6A | 43 | 10 | 0 | 25 | 55 | 3A | 22 | 4A | 18 |
| Octal | 152 | 103 | 20 | 0 | 45 | 125 | 72 | 42 | 112 | 30 |
| Binary | 1101010 | 1000011 | 10000 | 0 | 100101 | 1010101 | 111010 | 100010 | 1001010 | 11000 |
Color Harmonies of #6A4310
Complementary color
Monochromatic Colors of #6A4310
Black with #6A4310
Text Example
Text Example
White with #6A4310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4310; }
p { color: rgb(106,67,16); }
H1.HeaderClassName
{
color: #6A4310;
}
.AnyTagClassName
{
color: #6A4310;
}
</style>
background-color css
<style>
a { background-color: #6A4310; }
a { background-color: rgb(106,67,16); }
div.DivClassName
{
background-color: #6A4310;
}
.BgClassName
{
background-color: #6A4310;
}
</style>
border-color css
<style>
span { border-color: #6A4310; }
span { border-color: rgb(106,67,16); }
td.TdClassName
{
border-color: #6A4310;
}
.TagClassName
{
border-color: #6A4310;
}
</style>