Shades of Raw Umber #675304
Tints of Raw Umber #675304
RGB
CMYK
RGB Variations
Color information
#675304 (or 0x675304) is known color: Raw Umber. HEX triplet: 67, 53 and 04. RGB value is (103,83,4). Sum of RGB (Red+Green+Blue) = 103+83+4=190 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.21% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 103 - color contains mainly: red. Hex color #675304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675304 is #98ACFB. Grayscale: #505050. Windows color (decimal): -10005756 or 283495. OLE color: 283495.
HSL color Cylindrical-coordinate representation of color #675304: hue angle of 47.88º 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 #675304 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 83 | 4 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.60 |
| HSL | 47.88º | 0.93% | 0.21% | - |
| HSV(B) | 47.88º | 0.96% | 0.4% | - |
| XYZ | 8.71 | 9.08 | 1.41 | - |
| YUV | 79.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 4 | 0 | 0.19 | 0.96 | 0.60 | 47.88 | 0.93 | 0.21 |
| Hex | 67 | 53 | 4 | 0 | 13 | 60 | 3C | 30 | 5D | 15 |
| Octal | 147 | 123 | 4 | 0 | 23 | 140 | 74 | 60 | 135 | 25 |
| Binary | 1100111 | 1010011 | 100 | 0 | 10011 | 1100000 | 111100 | 110000 | 1011101 | 10101 |
Color Harmonies of #675304
Complementary color
Monochromatic Colors of #675304
Black with #675304
Text Example
Text Example
White with #675304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675304; }
p { color: rgb(103,83,4); }
H1.HeaderClassName
{
color: #675304;
}
.AnyTagClassName
{
color: #675304;
}
</style>
background-color css
<style>
a { background-color: #675304; }
a { background-color: rgb(103,83,4); }
div.DivClassName
{
background-color: #675304;
}
.BgClassName
{
background-color: #675304;
}
</style>
border-color css
<style>
span { border-color: #675304; }
span { border-color: rgb(103,83,4); }
td.TdClassName
{
border-color: #675304;
}
.TagClassName
{
border-color: #675304;
}
</style>