Shades of Raw Umber #663C00
Tints of Raw Umber #663C00
RGB
CMYK
RGB Variations
Color information
#663C00 (or 0x663C00) is known color: Raw Umber. HEX triplet: 66, 3C and 00. RGB value is (102,60,0). Sum of RGB (Red+Green+Blue) = 102+60+0=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #663C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663C00 is #99C3FF. Grayscale: #424242. Windows color (decimal): -10077184 or 15462. OLE color: 15462.
HSL color Cylindrical-coordinate representation of color #663C00: hue angle of 35.29º 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 #663C00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 60 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.6 |
| HSL | 35.29º | 1% | 0.2% | - |
| HSV(B) | 35.29º | 1% | 0.4% | - |
| XYZ | 7.1 | 6.06 | 0.8 | - |
| YUV | 65.72 | 90.91 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 0 | 0 | 0.41 | 1 | 0.6 | 35.29 | 1 | 0.2 |
| Hex | 66 | 3C | 0 | 0 | 29 | 64 | 3C | 23 | 64 | 14 |
| Octal | 146 | 74 | 0 | 0 | 51 | 144 | 74 | 43 | 144 | 24 |
| Binary | 1100110 | 111100 | 0 | 0 | 101001 | 1100100 | 111100 | 100011 | 1100100 | 10100 |
Color Harmonies of #663C00
Complementary color
Monochromatic Colors of #663C00
Black with #663C00
Text Example
Text Example
White with #663C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C00; }
p { color: rgb(102,60,0); }
H1.HeaderClassName
{
color: #663C00;
}
.AnyTagClassName
{
color: #663C00;
}
</style>
background-color css
<style>
a { background-color: #663C00; }
a { background-color: rgb(102,60,0); }
div.DivClassName
{
background-color: #663C00;
}
.BgClassName
{
background-color: #663C00;
}
</style>
border-color css
<style>
span { border-color: #663C00; }
span { border-color: rgb(102,60,0); }
td.TdClassName
{
border-color: #663C00;
}
.TagClassName
{
border-color: #663C00;
}
</style>