Shades of Raw Umber #664608
Tints of Raw Umber #664608
RGB
CMYK
RGB Variations
Color information
#664608 (or 0x664608) is known color: Raw Umber. HEX triplet: 66, 46 and 08. RGB value is (102,70,8). Sum of RGB (Red+Green+Blue) = 102+70+8=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #664608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664608 is #99B9F7. Grayscale: #484848. Windows color (decimal): -10074616 or 542310. OLE color: 542310.
HSL color Cylindrical-coordinate representation of color #664608: hue angle of 39.57º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #664608 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 70 | 8 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.6 |
| HSL | 39.57º | 0.85% | 0.22% | - |
| HSV(B) | 39.57º | 0.92% | 0.4% | - |
| XYZ | 7.71 | 7.22 | 1.22 | - |
| YUV | 72.5 | 91.6 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 70 | 8 | 0 | 0.31 | 0.92 | 0.6 | 39.57 | 0.85 | 0.22 |
| Hex | 66 | 46 | 8 | 0 | 1F | 5C | 3C | 28 | 55 | 16 |
| Octal | 146 | 106 | 10 | 0 | 37 | 134 | 74 | 50 | 125 | 26 |
| Binary | 1100110 | 1000110 | 1000 | 0 | 11111 | 1011100 | 111100 | 101000 | 1010101 | 10110 |
Color Harmonies of #664608
Complementary color
Monochromatic Colors of #664608
Black with #664608
Text Example
Text Example
White with #664608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664608; }
p { color: rgb(102,70,8); }
H1.HeaderClassName
{
color: #664608;
}
.AnyTagClassName
{
color: #664608;
}
</style>
background-color css
<style>
a { background-color: #664608; }
a { background-color: rgb(102,70,8); }
div.DivClassName
{
background-color: #664608;
}
.BgClassName
{
background-color: #664608;
}
</style>
border-color css
<style>
span { border-color: #664608; }
span { border-color: rgb(102,70,8); }
td.TdClassName
{
border-color: #664608;
}
.TagClassName
{
border-color: #664608;
}
</style>