Shades of Raw Umber #664B02
Tints of Raw Umber #664B02
RGB
CMYK
RGB Variations
Color information
#664B02 (or 0x664B02) is known color: Raw Umber. HEX triplet: 66, 4B and 02. RGB value is (102,75,2). Sum of RGB (Red+Green+Blue) = 102+75+2=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #664B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664B02 is #99B4FD. Grayscale: #4B4B4B. Windows color (decimal): -10073342 or 150374. OLE color: 150374.
HSL color Cylindrical-coordinate representation of color #664B02: hue angle of 43.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 #664B02 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 75 | 2 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.6 |
| HSL | 43.8º | 0.96% | 0.2% | - |
| HSV(B) | 43.8º | 0.98% | 0.4% | - |
| XYZ | 8.01 | 7.86 | 1.15 | - |
| YUV | 74.75 | 86.95 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 75 | 2 | 0 | 0.26 | 0.98 | 0.6 | 43.8 | 0.96 | 0.2 |
| Hex | 66 | 4B | 2 | 0 | 1A | 62 | 3C | 2C | 60 | 14 |
| Octal | 146 | 113 | 2 | 0 | 32 | 142 | 74 | 54 | 140 | 24 |
| Binary | 1100110 | 1001011 | 10 | 0 | 11010 | 1100010 | 111100 | 101100 | 1100000 | 10100 |
Color Harmonies of #664B02
Complementary color
Monochromatic Colors of #664B02
Black with #664B02
Text Example
Text Example
White with #664B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664B02; }
p { color: rgb(102,75,2); }
H1.HeaderClassName
{
color: #664B02;
}
.AnyTagClassName
{
color: #664B02;
}
</style>
background-color css
<style>
a { background-color: #664B02; }
a { background-color: rgb(102,75,2); }
div.DivClassName
{
background-color: #664B02;
}
.BgClassName
{
background-color: #664B02;
}
</style>
border-color css
<style>
span { border-color: #664B02; }
span { border-color: rgb(102,75,2); }
td.TdClassName
{
border-color: #664B02;
}
.TagClassName
{
border-color: #664B02;
}
</style>