Shades of Raw Umber #663A00
Tints of Raw Umber #663A00
RGB
CMYK
RGB Variations
Color information
#663A00 (or 0x663A00) is known color: Raw Umber. HEX triplet: 66, 3A and 00. RGB value is (102,58,0). Sum of RGB (Red+Green+Blue) = 102+58+0=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #663A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663A00 is #99C5FF. Grayscale: #404040. Windows color (decimal): -10077696 or 14950. OLE color: 14950.
HSL color Cylindrical-coordinate representation of color #663A00: hue angle of 34.12º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #663A00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 58 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.6 |
| HSL | 34.12º | 1% | 0.2% | - |
| HSV(B) | 34.12º | 1% | 0.4% | - |
| XYZ | 6.99 | 5.85 | 0.76 | - |
| YUV | 64.54 | 91.58 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 0 | 0 | 0.43 | 1 | 0.6 | 34.12 | 1 | 0.2 |
| Hex | 66 | 3A | 0 | 0 | 2B | 64 | 3C | 22 | 64 | 14 |
| Octal | 146 | 72 | 0 | 0 | 53 | 144 | 74 | 42 | 144 | 24 |
| Binary | 1100110 | 111010 | 0 | 0 | 101011 | 1100100 | 111100 | 100010 | 1100100 | 10100 |
Color Harmonies of #663A00
Complementary color
Monochromatic Colors of #663A00
Black with #663A00
Text Example
Text Example
White with #663A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663A00; }
p { color: rgb(102,58,0); }
H1.HeaderClassName
{
color: #663A00;
}
.AnyTagClassName
{
color: #663A00;
}
</style>
background-color css
<style>
a { background-color: #663A00; }
a { background-color: rgb(102,58,0); }
div.DivClassName
{
background-color: #663A00;
}
.BgClassName
{
background-color: #663A00;
}
</style>
border-color css
<style>
span { border-color: #663A00; }
span { border-color: rgb(102,58,0); }
td.TdClassName
{
border-color: #663A00;
}
.TagClassName
{
border-color: #663A00;
}
</style>