Shades of Raw Umber #663D06
Tints of Raw Umber #663D06
RGB
CMYK
RGB Variations
Color information
#663D06 (or 0x663D06) is known color: Raw Umber. HEX triplet: 66, 3D and 06. RGB value is (102,61,6). Sum of RGB (Red+Green+Blue) = 102+61+6=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #663D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663D06 is #99C2F9. Grayscale: #434343. Windows color (decimal): -10076922 or 408934. OLE color: 408934.
HSL color Cylindrical-coordinate representation of color #663D06: hue angle of 34.38º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #663D06 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 6 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.6 |
| HSL | 34.38º | 0.89% | 0.21% | - |
| HSV(B) | 34.38º | 0.94% | 0.4% | - |
| XYZ | 7.18 | 6.18 | 0.99 | - |
| YUV | 66.99 | 93.58 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 6 | 0 | 0.40 | 0.94 | 0.6 | 34.38 | 0.89 | 0.21 |
| Hex | 66 | 3D | 6 | 0 | 28 | 5E | 3C | 22 | 59 | 15 |
| Octal | 146 | 75 | 6 | 0 | 50 | 136 | 74 | 42 | 131 | 25 |
| Binary | 1100110 | 111101 | 110 | 0 | 101000 | 1011110 | 111100 | 100010 | 1011001 | 10101 |
Color Harmonies of #663D06
Complementary color
Monochromatic Colors of #663D06
Black with #663D06
Text Example
Text Example
White with #663D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D06; }
p { color: rgb(102,61,6); }
H1.HeaderClassName
{
color: #663D06;
}
.AnyTagClassName
{
color: #663D06;
}
</style>
background-color css
<style>
a { background-color: #663D06; }
a { background-color: rgb(102,61,6); }
div.DivClassName
{
background-color: #663D06;
}
.BgClassName
{
background-color: #663D06;
}
</style>
border-color css
<style>
span { border-color: #663D06; }
span { border-color: rgb(102,61,6); }
td.TdClassName
{
border-color: #663D06;
}
.TagClassName
{
border-color: #663D06;
}
</style>