Shades of Raw Umber #675210
Tints of Raw Umber #675210
RGB
CMYK
RGB Variations
Color information
#675210 (or 0x675210) is known color: Raw Umber. HEX triplet: 67, 52 and 10. RGB value is (103,82,16). Sum of RGB (Red+Green+Blue) = 103+82+16=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #675210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675210 is #98ADEF. Grayscale: #515151. Windows color (decimal): -10006000 or 1069671. OLE color: 1069671.
HSL color Cylindrical-coordinate representation of color #675210: hue angle of 45.52º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #675210 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 82 | 16 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.60 |
| HSL | 45.52º | 0.73% | 0.23% | - |
| HSV(B) | 45.52º | 0.84% | 0.4% | - |
| XYZ | 8.7 | 8.96 | 1.76 | - |
| YUV | 80.76 | 91.46 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 16 | 0 | 0.20 | 0.84 | 0.60 | 45.52 | 0.73 | 0.23 |
| Hex | 67 | 52 | 10 | 0 | 14 | 54 | 3C | 2E | 49 | 17 |
| Octal | 147 | 122 | 20 | 0 | 24 | 124 | 74 | 56 | 111 | 27 |
| Binary | 1100111 | 1010010 | 10000 | 0 | 10100 | 1010100 | 111100 | 101110 | 1001001 | 10111 |
Color Harmonies of #675210
Complementary color
Monochromatic Colors of #675210
Black with #675210
Text Example
Text Example
White with #675210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675210; }
p { color: rgb(103,82,16); }
H1.HeaderClassName
{
color: #675210;
}
.AnyTagClassName
{
color: #675210;
}
</style>
background-color css
<style>
a { background-color: #675210; }
a { background-color: rgb(103,82,16); }
div.DivClassName
{
background-color: #675210;
}
.BgClassName
{
background-color: #675210;
}
</style>
border-color css
<style>
span { border-color: #675210; }
span { border-color: rgb(103,82,16); }
td.TdClassName
{
border-color: #675210;
}
.TagClassName
{
border-color: #675210;
}
</style>