Shades of Raw Umber #675804
Tints of Raw Umber #675804
RGB
CMYK
RGB Variations
Color information
#675804 (or 0x675804) is known color: Raw Umber. HEX triplet: 67, 58 and 04. RGB value is (103,88,4). Sum of RGB (Red+Green+Blue) = 103+88+4=195 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.82% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 103 - color contains mainly: red. Hex color #675804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675804 is #98A7FB. Grayscale: #535353. Windows color (decimal): -10004476 or 284775. OLE color: 284775.
HSL color Cylindrical-coordinate representation of color #675804: hue angle of 50.91º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #675804 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 88 | 4 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.60 |
| HSL | 50.91º | 0.93% | 0.21% | - |
| HSV(B) | 50.91º | 0.96% | 0.4% | - |
| XYZ | 9.11 | 9.87 | 1.54 | - |
| YUV | 82.91 | 83.47 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 4 | 0 | 0.15 | 0.96 | 0.60 | 50.91 | 0.93 | 0.21 |
| Hex | 67 | 58 | 4 | 0 | F | 60 | 3C | 33 | 5D | 15 |
| Octal | 147 | 130 | 4 | 0 | 17 | 140 | 74 | 63 | 135 | 25 |
| Binary | 1100111 | 1011000 | 100 | 0 | 1111 | 1100000 | 111100 | 110011 | 1011101 | 10101 |
Color Harmonies of #675804
Complementary color
Monochromatic Colors of #675804
Black with #675804
Text Example
Text Example
White with #675804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675804; }
p { color: rgb(103,88,4); }
H1.HeaderClassName
{
color: #675804;
}
.AnyTagClassName
{
color: #675804;
}
</style>
background-color css
<style>
a { background-color: #675804; }
a { background-color: rgb(103,88,4); }
div.DivClassName
{
background-color: #675804;
}
.BgClassName
{
background-color: #675804;
}
</style>
border-color css
<style>
span { border-color: #675804; }
span { border-color: rgb(103,88,4); }
td.TdClassName
{
border-color: #675804;
}
.TagClassName
{
border-color: #675804;
}
</style>