Shades of Raw Umber #665004
Tints of Raw Umber #665004
RGB
CMYK
RGB Variations
Color information
#665004 (or 0x665004) is known color: Raw Umber. HEX triplet: 66, 50 and 04. RGB value is (102,80,4). Sum of RGB (Red+Green+Blue) = 102+80+4=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #665004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665004 is #99AFFB. Grayscale: #4E4E4E. Windows color (decimal): -10072060 or 282726. OLE color: 282726.
HSL color Cylindrical-coordinate representation of color #665004: hue angle of 46.53º 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 #665004 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 80 | 4 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.6 |
| HSL | 46.53º | 0.92% | 0.21% | - |
| HSV(B) | 46.53º | 0.96% | 0.4% | - |
| XYZ | 8.37 | 8.57 | 1.33 | - |
| YUV | 77.91 | 86.29 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 4 | 0 | 0.22 | 0.96 | 0.6 | 46.53 | 0.92 | 0.21 |
| Hex | 66 | 50 | 4 | 0 | 16 | 60 | 3C | 2F | 5C | 15 |
| Octal | 146 | 120 | 4 | 0 | 26 | 140 | 74 | 57 | 134 | 25 |
| Binary | 1100110 | 1010000 | 100 | 0 | 10110 | 1100000 | 111100 | 101111 | 1011100 | 10101 |
Color Harmonies of #665004
Complementary color
Monochromatic Colors of #665004
Black with #665004
Text Example
Text Example
White with #665004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665004; }
p { color: rgb(102,80,4); }
H1.HeaderClassName
{
color: #665004;
}
.AnyTagClassName
{
color: #665004;
}
</style>
background-color css
<style>
a { background-color: #665004; }
a { background-color: rgb(102,80,4); }
div.DivClassName
{
background-color: #665004;
}
.BgClassName
{
background-color: #665004;
}
</style>
border-color css
<style>
span { border-color: #665004; }
span { border-color: rgb(102,80,4); }
td.TdClassName
{
border-color: #665004;
}
.TagClassName
{
border-color: #665004;
}
</style>