Shades of Raw Umber #675205
Tints of Raw Umber #675205
RGB
CMYK
RGB Variations
Color information
#675205 (or 0x675205) is known color: Raw Umber. HEX triplet: 67, 52 and 05. RGB value is (103,82,5). Sum of RGB (Red+Green+Blue) = 103+82+5=190 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.21% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 103 - color contains mainly: red. Hex color #675205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675205 is #98ADFA. Grayscale: #4F4F4F. Windows color (decimal): -10006011 or 348775. OLE color: 348775.
HSL color Cylindrical-coordinate representation of color #675205: hue angle of 47.14º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #675205 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 82 | 5 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.60 |
| HSL | 47.14º | 0.91% | 0.21% | - |
| HSV(B) | 47.14º | 0.95% | 0.4% | - |
| XYZ | 8.64 | 8.93 | 1.41 | - |
| YUV | 79.5 | 85.96 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 5 | 0 | 0.20 | 0.95 | 0.60 | 47.14 | 0.91 | 0.21 |
| Hex | 67 | 52 | 5 | 0 | 14 | 5F | 3C | 2F | 5B | 15 |
| Octal | 147 | 122 | 5 | 0 | 24 | 137 | 74 | 57 | 133 | 25 |
| Binary | 1100111 | 1010010 | 101 | 0 | 10100 | 1011111 | 111100 | 101111 | 1011011 | 10101 |
Color Harmonies of #675205
Complementary color
Monochromatic Colors of #675205
Black with #675205
Text Example
Text Example
White with #675205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675205; }
p { color: rgb(103,82,5); }
H1.HeaderClassName
{
color: #675205;
}
.AnyTagClassName
{
color: #675205;
}
</style>
background-color css
<style>
a { background-color: #675205; }
a { background-color: rgb(103,82,5); }
div.DivClassName
{
background-color: #675205;
}
.BgClassName
{
background-color: #675205;
}
</style>
border-color css
<style>
span { border-color: #675205; }
span { border-color: rgb(103,82,5); }
td.TdClassName
{
border-color: #675205;
}
.TagClassName
{
border-color: #675205;
}
</style>