Shades of Raw Umber #663D0E
Tints of Raw Umber #663D0E
RGB
CMYK
RGB Variations
Color information
#663D0E (or 0x663D0E) is known color: Raw Umber. HEX triplet: 66, 3D and 0E. RGB value is (102,61,14). Sum of RGB (Red+Green+Blue) = 102+61+14=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #663D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663D0E is #99C2F1. Grayscale: #444444. Windows color (decimal): -10076914 or 933222. OLE color: 933222.
HSL color Cylindrical-coordinate representation of color #663D0E: hue angle of 32.05º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #663D0E is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 14 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.6 |
| HSL | 32.05º | 0.76% | 0.23% | - |
| HSV(B) | 32.05º | 0.86% | 0.4% | - |
| XYZ | 7.23 | 6.19 | 1.23 | - |
| YUV | 67.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 14 | 0 | 0.40 | 0.86 | 0.6 | 32.05 | 0.76 | 0.23 |
| Hex | 66 | 3D | E | 0 | 28 | 56 | 3C | 20 | 4C | 17 |
| Octal | 146 | 75 | 16 | 0 | 50 | 126 | 74 | 40 | 114 | 27 |
| Binary | 1100110 | 111101 | 1110 | 0 | 101000 | 1010110 | 111100 | 100000 | 1001100 | 10111 |
Color Harmonies of #663D0E
Complementary color
Monochromatic Colors of #663D0E
Black with #663D0E
Text Example
Text Example
White with #663D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D0E; }
p { color: rgb(102,61,14); }
H1.HeaderClassName
{
color: #663D0E;
}
.AnyTagClassName
{
color: #663D0E;
}
</style>
background-color css
<style>
a { background-color: #663D0E; }
a { background-color: rgb(102,61,14); }
div.DivClassName
{
background-color: #663D0E;
}
.BgClassName
{
background-color: #663D0E;
}
</style>
border-color css
<style>
span { border-color: #663D0E; }
span { border-color: rgb(102,61,14); }
td.TdClassName
{
border-color: #663D0E;
}
.TagClassName
{
border-color: #663D0E;
}
</style>