Shades of Raw Umber #675012
Tints of Raw Umber #675012
RGB
CMYK
RGB Variations
Color information
#675012 (or 0x675012) is known color: Raw Umber. HEX triplet: 67, 50 and 12. RGB value is (103,80,18). Sum of RGB (Red+Green+Blue) = 103+80+18=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #675012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675012 is #98AFED. Grayscale: #505050. Windows color (decimal): -10006510 or 1200231. OLE color: 1200231.
HSL color Cylindrical-coordinate representation of color #675012: hue angle of 43.76º 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 #675012 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 80 | 18 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.60 |
| HSL | 43.76º | 0.7% | 0.24% | - |
| HSV(B) | 43.76º | 0.83% | 0.4% | - |
| XYZ | 8.57 | 8.66 | 1.79 | - |
| YUV | 79.81 | 93.12 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 18 | 0 | 0.22 | 0.83 | 0.60 | 43.76 | 0.7 | 0.24 |
| Hex | 67 | 50 | 12 | 0 | 16 | 53 | 3C | 2C | 46 | 18 |
| Octal | 147 | 120 | 22 | 0 | 26 | 123 | 74 | 54 | 106 | 30 |
| Binary | 1100111 | 1010000 | 10010 | 0 | 10110 | 1010011 | 111100 | 101100 | 1000110 | 11000 |
Color Harmonies of #675012
Complementary color
Monochromatic Colors of #675012
Black with #675012
Text Example
Text Example
White with #675012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675012; }
p { color: rgb(103,80,18); }
H1.HeaderClassName
{
color: #675012;
}
.AnyTagClassName
{
color: #675012;
}
</style>
background-color css
<style>
a { background-color: #675012; }
a { background-color: rgb(103,80,18); }
div.DivClassName
{
background-color: #675012;
}
.BgClassName
{
background-color: #675012;
}
</style>
border-color css
<style>
span { border-color: #675012; }
span { border-color: rgb(103,80,18); }
td.TdClassName
{
border-color: #675012;
}
.TagClassName
{
border-color: #675012;
}
</style>