Shades of Raw Umber #664102
Tints of Raw Umber #664102
RGB
CMYK
RGB Variations
Color information
#664102 (or 0x664102) is known color: Raw Umber. HEX triplet: 66, 41 and 02. RGB value is (102,65,2). Sum of RGB (Red+Green+Blue) = 102+65+2=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #664102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664102 is #99BEFD. Grayscale: #454545. Windows color (decimal): -10075902 or 147814. OLE color: 147814.
HSL color Cylindrical-coordinate representation of color #664102: hue angle of 37.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #664102 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 65 | 2 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.6 |
| HSL | 37.8º | 0.96% | 0.2% | - |
| HSV(B) | 37.8º | 0.98% | 0.4% | - |
| XYZ | 7.38 | 6.61 | 0.94 | - |
| YUV | 68.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 2 | 0 | 0.36 | 0.98 | 0.6 | 37.8 | 0.96 | 0.2 |
| Hex | 66 | 41 | 2 | 0 | 24 | 62 | 3C | 26 | 60 | 14 |
| Octal | 146 | 101 | 2 | 0 | 44 | 142 | 74 | 46 | 140 | 24 |
| Binary | 1100110 | 1000001 | 10 | 0 | 100100 | 1100010 | 111100 | 100110 | 1100000 | 10100 |
Color Harmonies of #664102
Complementary color
Monochromatic Colors of #664102
Black with #664102
Text Example
Text Example
White with #664102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664102; }
p { color: rgb(102,65,2); }
H1.HeaderClassName
{
color: #664102;
}
.AnyTagClassName
{
color: #664102;
}
</style>
background-color css
<style>
a { background-color: #664102; }
a { background-color: rgb(102,65,2); }
div.DivClassName
{
background-color: #664102;
}
.BgClassName
{
background-color: #664102;
}
</style>
border-color css
<style>
span { border-color: #664102; }
span { border-color: rgb(102,65,2); }
td.TdClassName
{
border-color: #664102;
}
.TagClassName
{
border-color: #664102;
}
</style>