Shades of Raw Umber #675211
Tints of Raw Umber #675211
RGB
CMYK
RGB Variations
Color information
#675211 (or 0x675211) is known color: Raw Umber. HEX triplet: 67, 52 and 11. RGB value is (103,82,17). Sum of RGB (Red+Green+Blue) = 103+82+17=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #675211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675211 is #98ADEE. Grayscale: #515151. Windows color (decimal): -10005999 or 1135207. OLE color: 1135207.
HSL color Cylindrical-coordinate representation of color #675211: hue angle of 45.35º degrees, saturation: 0.72, 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 #675211 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 82 | 17 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.60 |
| HSL | 45.35º | 0.72% | 0.24% | - |
| HSV(B) | 45.35º | 0.83% | 0.4% | - |
| XYZ | 8.71 | 8.96 | 1.8 | - |
| YUV | 80.87 | 91.96 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 17 | 0 | 0.20 | 0.83 | 0.60 | 45.35 | 0.72 | 0.24 |
| Hex | 67 | 52 | 11 | 0 | 14 | 53 | 3C | 2D | 48 | 18 |
| Octal | 147 | 122 | 21 | 0 | 24 | 123 | 74 | 55 | 110 | 30 |
| Binary | 1100111 | 1010010 | 10001 | 0 | 10100 | 1010011 | 111100 | 101101 | 1001000 | 11000 |
Color Harmonies of #675211
Complementary color
Monochromatic Colors of #675211
Black with #675211
Text Example
Text Example
White with #675211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675211; }
p { color: rgb(103,82,17); }
H1.HeaderClassName
{
color: #675211;
}
.AnyTagClassName
{
color: #675211;
}
</style>
background-color css
<style>
a { background-color: #675211; }
a { background-color: rgb(103,82,17); }
div.DivClassName
{
background-color: #675211;
}
.BgClassName
{
background-color: #675211;
}
</style>
border-color css
<style>
span { border-color: #675211; }
span { border-color: rgb(103,82,17); }
td.TdClassName
{
border-color: #675211;
}
.TagClassName
{
border-color: #675211;
}
</style>