Shades of Raw Umber #664301
Tints of Raw Umber #664301
RGB
CMYK
RGB Variations
Color information
#664301 (or 0x664301) is known color: Raw Umber. HEX triplet: 66, 43 and 01. RGB value is (102,67,1). Sum of RGB (Red+Green+Blue) = 102+67+1=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #664301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664301 is #99BCFE. Grayscale: #464646. Windows color (decimal): -10075391 or 82790. OLE color: 82790.
HSL color Cylindrical-coordinate representation of color #664301: hue angle of 39.21º 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 #664301 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 67 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.6 |
| HSL | 39.21º | 0.98% | 0.2% | - |
| HSV(B) | 39.21º | 0.99% | 0.4% | - |
| XYZ | 7.49 | 6.84 | 0.95 | - |
| YUV | 69.94 | 89.1 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 1 | 0 | 0.34 | 0.99 | 0.6 | 39.21 | 0.98 | 0.2 |
| Hex | 66 | 43 | 1 | 0 | 22 | 63 | 3C | 27 | 62 | 14 |
| Octal | 146 | 103 | 1 | 0 | 42 | 143 | 74 | 47 | 142 | 24 |
| Binary | 1100110 | 1000011 | 1 | 0 | 100010 | 1100011 | 111100 | 100111 | 1100010 | 10100 |
Color Harmonies of #664301
Complementary color
Monochromatic Colors of #664301
Black with #664301
Text Example
Text Example
White with #664301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664301; }
p { color: rgb(102,67,1); }
H1.HeaderClassName
{
color: #664301;
}
.AnyTagClassName
{
color: #664301;
}
</style>
background-color css
<style>
a { background-color: #664301; }
a { background-color: rgb(102,67,1); }
div.DivClassName
{
background-color: #664301;
}
.BgClassName
{
background-color: #664301;
}
</style>
border-color css
<style>
span { border-color: #664301; }
span { border-color: rgb(102,67,1); }
td.TdClassName
{
border-color: #664301;
}
.TagClassName
{
border-color: #664301;
}
</style>