Shades of Raw Umber #664A02
Tints of Raw Umber #664A02
RGB
CMYK
RGB Variations
Color information
#664A02 (or 0x664A02) is known color: Raw Umber. HEX triplet: 66, 4A and 02. RGB value is (102,74,2). Sum of RGB (Red+Green+Blue) = 102+74+2=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #664A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664A02 is #99B5FD. Grayscale: #4A4A4A. Windows color (decimal): -10073598 or 150118. OLE color: 150118.
HSL color Cylindrical-coordinate representation of color #664A02: hue angle of 43.2º 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 #664A02 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 74 | 2 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.6 |
| HSL | 43.2º | 0.96% | 0.2% | - |
| HSV(B) | 43.2º | 0.98% | 0.4% | - |
| XYZ | 7.94 | 7.73 | 1.13 | - |
| YUV | 74.16 | 87.28 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 2 | 0 | 0.27 | 0.98 | 0.6 | 43.2 | 0.96 | 0.2 |
| Hex | 66 | 4A | 2 | 0 | 1B | 62 | 3C | 2B | 60 | 14 |
| Octal | 146 | 112 | 2 | 0 | 33 | 142 | 74 | 53 | 140 | 24 |
| Binary | 1100110 | 1001010 | 10 | 0 | 11011 | 1100010 | 111100 | 101011 | 1100000 | 10100 |
Color Harmonies of #664A02
Complementary color
Monochromatic Colors of #664A02
Black with #664A02
Text Example
Text Example
White with #664A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A02; }
p { color: rgb(102,74,2); }
H1.HeaderClassName
{
color: #664A02;
}
.AnyTagClassName
{
color: #664A02;
}
</style>
background-color css
<style>
a { background-color: #664A02; }
a { background-color: rgb(102,74,2); }
div.DivClassName
{
background-color: #664A02;
}
.BgClassName
{
background-color: #664A02;
}
</style>
border-color css
<style>
span { border-color: #664A02; }
span { border-color: rgb(102,74,2); }
td.TdClassName
{
border-color: #664A02;
}
.TagClassName
{
border-color: #664A02;
}
</style>