Shades of Raw Umber #663D0A
Tints of Raw Umber #663D0A
RGB
CMYK
RGB Variations
Color information
#663D0A (or 0x663D0A) is known color: Raw Umber. HEX triplet: 66, 3D and 0A. RGB value is (102,61,10). Sum of RGB (Red+Green+Blue) = 102+61+10=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #663D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663D0A is #99C2F5. Grayscale: #434343. Windows color (decimal): -10076918 or 671078. OLE color: 671078.
HSL color Cylindrical-coordinate representation of color #663D0A: hue angle of 33.26º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #663D0A is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 10 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.6 |
| HSL | 33.26º | 0.82% | 0.22% | - |
| HSV(B) | 33.26º | 0.9% | 0.4% | - |
| XYZ | 7.2 | 6.18 | 1.1 | - |
| YUV | 67.45 | 95.58 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 10 | 0 | 0.40 | 0.90 | 0.6 | 33.26 | 0.82 | 0.22 |
| Hex | 66 | 3D | A | 0 | 28 | 5A | 3C | 21 | 52 | 16 |
| Octal | 146 | 75 | 12 | 0 | 50 | 132 | 74 | 41 | 122 | 26 |
| Binary | 1100110 | 111101 | 1010 | 0 | 101000 | 1011010 | 111100 | 100001 | 1010010 | 10110 |
Color Harmonies of #663D0A
Complementary color
Monochromatic Colors of #663D0A
Black with #663D0A
Text Example
Text Example
White with #663D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D0A; }
p { color: rgb(102,61,10); }
H1.HeaderClassName
{
color: #663D0A;
}
.AnyTagClassName
{
color: #663D0A;
}
</style>
background-color css
<style>
a { background-color: #663D0A; }
a { background-color: rgb(102,61,10); }
div.DivClassName
{
background-color: #663D0A;
}
.BgClassName
{
background-color: #663D0A;
}
</style>
border-color css
<style>
span { border-color: #663D0A; }
span { border-color: rgb(102,61,10); }
td.TdClassName
{
border-color: #663D0A;
}
.TagClassName
{
border-color: #663D0A;
}
</style>