Shades of Raw Umber #664201
Tints of Raw Umber #664201
RGB
CMYK
RGB Variations
Color information
#664201 (or 0x664201) is known color: Raw Umber. HEX triplet: 66, 42 and 01. RGB value is (102,66,1). Sum of RGB (Red+Green+Blue) = 102+66+1=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #664201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664201 is #99BDFE. Grayscale: #454545. Windows color (decimal): -10075647 or 82534. OLE color: 82534.
HSL color Cylindrical-coordinate representation of color #664201: hue angle of 38.61º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #664201 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.6 |
| HSL | 38.61º | 0.98% | 0.2% | - |
| HSV(B) | 38.61º | 0.99% | 0.4% | - |
| XYZ | 7.43 | 6.72 | 0.93 | - |
| YUV | 69.35 | 89.43 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 1 | 0 | 0.35 | 0.99 | 0.6 | 38.61 | 0.98 | 0.2 |
| Hex | 66 | 42 | 1 | 0 | 23 | 63 | 3C | 27 | 62 | 14 |
| Octal | 146 | 102 | 1 | 0 | 43 | 143 | 74 | 47 | 142 | 24 |
| Binary | 1100110 | 1000010 | 1 | 0 | 100011 | 1100011 | 111100 | 100111 | 1100010 | 10100 |
Color Harmonies of #664201
Complementary color
Monochromatic Colors of #664201
Black with #664201
Text Example
Text Example
White with #664201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664201; }
p { color: rgb(102,66,1); }
H1.HeaderClassName
{
color: #664201;
}
.AnyTagClassName
{
color: #664201;
}
</style>
background-color css
<style>
a { background-color: #664201; }
a { background-color: rgb(102,66,1); }
div.DivClassName
{
background-color: #664201;
}
.BgClassName
{
background-color: #664201;
}
</style>
border-color css
<style>
span { border-color: #664201; }
span { border-color: rgb(102,66,1); }
td.TdClassName
{
border-color: #664201;
}
.TagClassName
{
border-color: #664201;
}
</style>