Shades of Raw Umber #675112
Tints of Raw Umber #675112
RGB
CMYK
RGB Variations
Color information
#675112 (or 0x675112) is known color: Raw Umber. HEX triplet: 67, 51 and 12. RGB value is (103,81,18). Sum of RGB (Red+Green+Blue) = 103+81+18=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #675112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675112 is #98AEED. Grayscale: #505050. Windows color (decimal): -10006254 or 1200487. OLE color: 1200487.
HSL color Cylindrical-coordinate representation of color #675112: hue angle of 44.47º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #675112 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 18 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.60 |
| HSL | 44.47º | 0.7% | 0.24% | - |
| HSV(B) | 44.47º | 0.83% | 0.4% | - |
| XYZ | 8.65 | 8.81 | 1.82 | - |
| YUV | 80.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 18 | 0 | 0.21 | 0.83 | 0.60 | 44.47 | 0.7 | 0.24 |
| Hex | 67 | 51 | 12 | 0 | 15 | 53 | 3C | 2C | 46 | 18 |
| Octal | 147 | 121 | 22 | 0 | 25 | 123 | 74 | 54 | 106 | 30 |
| Binary | 1100111 | 1010001 | 10010 | 0 | 10101 | 1010011 | 111100 | 101100 | 1000110 | 11000 |
Color Harmonies of #675112
Complementary color
Monochromatic Colors of #675112
Black with #675112
Text Example
Text Example
White with #675112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675112; }
p { color: rgb(103,81,18); }
H1.HeaderClassName
{
color: #675112;
}
.AnyTagClassName
{
color: #675112;
}
</style>
background-color css
<style>
a { background-color: #675112; }
a { background-color: rgb(103,81,18); }
div.DivClassName
{
background-color: #675112;
}
.BgClassName
{
background-color: #675112;
}
</style>
border-color css
<style>
span { border-color: #675112; }
span { border-color: rgb(103,81,18); }
td.TdClassName
{
border-color: #675112;
}
.TagClassName
{
border-color: #675112;
}
</style>