Shades of Raw Umber #664304
Tints of Raw Umber #664304
RGB
CMYK
RGB Variations
Color information
#664304 (or 0x664304) is known color: Raw Umber. HEX triplet: 66, 43 and 04. RGB value is (102,67,4). Sum of RGB (Red+Green+Blue) = 102+67+4=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #664304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664304 is #99BCFB. Grayscale: #464646. Windows color (decimal): -10075388 or 279398. OLE color: 279398.
HSL color Cylindrical-coordinate representation of color #664304: hue angle of 38.57º degrees, saturation: 0.92, 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 #664304 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 67 | 4 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.6 |
| HSL | 38.57º | 0.92% | 0.21% | - |
| HSV(B) | 38.57º | 0.96% | 0.4% | - |
| XYZ | 7.51 | 6.85 | 1.04 | - |
| YUV | 70.28 | 90.6 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 4 | 0 | 0.34 | 0.96 | 0.6 | 38.57 | 0.92 | 0.21 |
| Hex | 66 | 43 | 4 | 0 | 22 | 60 | 3C | 27 | 5C | 15 |
| Octal | 146 | 103 | 4 | 0 | 42 | 140 | 74 | 47 | 134 | 25 |
| Binary | 1100110 | 1000011 | 100 | 0 | 100010 | 1100000 | 111100 | 100111 | 1011100 | 10101 |
Color Harmonies of #664304
Complementary color
Monochromatic Colors of #664304
Black with #664304
Text Example
Text Example
White with #664304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664304; }
p { color: rgb(102,67,4); }
H1.HeaderClassName
{
color: #664304;
}
.AnyTagClassName
{
color: #664304;
}
</style>
background-color css
<style>
a { background-color: #664304; }
a { background-color: rgb(102,67,4); }
div.DivClassName
{
background-color: #664304;
}
.BgClassName
{
background-color: #664304;
}
</style>
border-color css
<style>
span { border-color: #664304; }
span { border-color: rgb(102,67,4); }
td.TdClassName
{
border-color: #664304;
}
.TagClassName
{
border-color: #664304;
}
</style>