Shades of Raw Umber #663C0B
Tints of Raw Umber #663C0B
RGB
CMYK
RGB Variations
Color information
#663C0B (or 0x663C0B) is known color: Raw Umber. HEX triplet: 66, 3C and 0B. RGB value is (102,60,11). Sum of RGB (Red+Green+Blue) = 102+60+11=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #663C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663C0B is #99C3F4. Grayscale: #434343. Windows color (decimal): -10077173 or 736358. OLE color: 736358.
HSL color Cylindrical-coordinate representation of color #663C0B: hue angle of 32.31º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #663C0B is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 60 | 11 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.6 |
| HSL | 32.31º | 0.81% | 0.22% | - |
| HSV(B) | 32.31º | 0.89% | 0.4% | - |
| XYZ | 7.16 | 6.08 | 1.11 | - |
| YUV | 66.97 | 96.41 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 11 | 0 | 0.41 | 0.89 | 0.6 | 32.31 | 0.81 | 0.22 |
| Hex | 66 | 3C | B | 0 | 29 | 59 | 3C | 20 | 51 | 16 |
| Octal | 146 | 74 | 13 | 0 | 51 | 131 | 74 | 40 | 121 | 26 |
| Binary | 1100110 | 111100 | 1011 | 0 | 101001 | 1011001 | 111100 | 100000 | 1010001 | 10110 |
Color Harmonies of #663C0B
Complementary color
Monochromatic Colors of #663C0B
Black with #663C0B
Text Example
Text Example
White with #663C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C0B; }
p { color: rgb(102,60,11); }
H1.HeaderClassName
{
color: #663C0B;
}
.AnyTagClassName
{
color: #663C0B;
}
</style>
background-color css
<style>
a { background-color: #663C0B; }
a { background-color: rgb(102,60,11); }
div.DivClassName
{
background-color: #663C0B;
}
.BgClassName
{
background-color: #663C0B;
}
</style>
border-color css
<style>
span { border-color: #663C0B; }
span { border-color: rgb(102,60,11); }
td.TdClassName
{
border-color: #663C0B;
}
.TagClassName
{
border-color: #663C0B;
}
</style>