Shades of Raw Umber #684A12
Tints of Raw Umber #684A12
RGB
CMYK
RGB Variations
Color information
#684A12 (or 0x684A12) is known color: Raw Umber. HEX triplet: 68, 4A and 12. RGB value is (104,74,18). Sum of RGB (Red+Green+Blue) = 104+74+18=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #684A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684A12 is #97B5ED. Grayscale: #4C4C4C. Windows color (decimal): -9942510 or 1198696. OLE color: 1198696.
HSL color Cylindrical-coordinate representation of color #684A12: hue angle of 39.07º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #684A12 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 74 | 18 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.59 |
| HSL | 39.07º | 0.7% | 0.24% | - |
| HSV(B) | 39.07º | 0.83% | 0.41% | - |
| XYZ | 8.27 | 7.88 | 1.66 | - |
| YUV | 76.59 | 94.94 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 18 | 0 | 0.29 | 0.83 | 0.59 | 39.07 | 0.7 | 0.24 |
| Hex | 68 | 4A | 12 | 0 | 1D | 53 | 3B | 27 | 46 | 18 |
| Octal | 150 | 112 | 22 | 0 | 35 | 123 | 73 | 47 | 106 | 30 |
| Binary | 1101000 | 1001010 | 10010 | 0 | 11101 | 1010011 | 111011 | 100111 | 1000110 | 11000 |
Color Harmonies of #684A12
Complementary color
Monochromatic Colors of #684A12
Black with #684A12
Text Example
Text Example
White with #684A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684A12; }
p { color: rgb(104,74,18); }
H1.HeaderClassName
{
color: #684A12;
}
.AnyTagClassName
{
color: #684A12;
}
</style>
background-color css
<style>
a { background-color: #684A12; }
a { background-color: rgb(104,74,18); }
div.DivClassName
{
background-color: #684A12;
}
.BgClassName
{
background-color: #684A12;
}
</style>
border-color css
<style>
span { border-color: #684A12; }
span { border-color: rgb(104,74,18); }
td.TdClassName
{
border-color: #684A12;
}
.TagClassName
{
border-color: #684A12;
}
</style>