Shades of Raw Umber #664C19
Tints of Raw Umber #664C19
RGB
CMYK
RGB Variations
Color information
#664C19 (or 0x664C19) is known color: Raw Umber. HEX triplet: 66, 4C and 19. RGB value is (102,76,25). Sum of RGB (Red+Green+Blue) = 102+76+25=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #664C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664C19 is #99B3E6. Grayscale: #4E4E4E. Windows color (decimal): -10073063 or 1657958. OLE color: 1657958.
HSL color Cylindrical-coordinate representation of color #664C19: hue angle of 39.74º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #664C19 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 76 | 25 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.6 |
| HSL | 39.74º | 0.61% | 0.25% | - |
| HSV(B) | 39.74º | 0.75% | 0.4% | - |
| XYZ | 8.24 | 8.06 | 2.04 | - |
| YUV | 77.96 | 98.11 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 76 | 25 | 0 | 0.25 | 0.75 | 0.6 | 39.74 | 0.61 | 0.25 |
| Hex | 66 | 4C | 19 | 0 | 19 | 4B | 3C | 28 | 3D | 19 |
| Octal | 146 | 114 | 31 | 0 | 31 | 113 | 74 | 50 | 75 | 31 |
| Binary | 1100110 | 1001100 | 11001 | 0 | 11001 | 1001011 | 111100 | 101000 | 111101 | 11001 |
Color Harmonies of #664C19
Complementary color
Monochromatic Colors of #664C19
Black with #664C19
Text Example
Text Example
White with #664C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664C19; }
p { color: rgb(102,76,25); }
H1.HeaderClassName
{
color: #664C19;
}
.AnyTagClassName
{
color: #664C19;
}
</style>
background-color css
<style>
a { background-color: #664C19; }
a { background-color: rgb(102,76,25); }
div.DivClassName
{
background-color: #664C19;
}
.BgClassName
{
background-color: #664C19;
}
</style>
border-color css
<style>
span { border-color: #664C19; }
span { border-color: rgb(102,76,25); }
td.TdClassName
{
border-color: #664C19;
}
.TagClassName
{
border-color: #664C19;
}
</style>