Shades of Raw Umber #663D04
Tints of Raw Umber #663D04
RGB
CMYK
RGB Variations
Color information
#663D04 (or 0x663D04) is known color: Raw Umber. HEX triplet: 66, 3D and 04. RGB value is (102,61,4). Sum of RGB (Red+Green+Blue) = 102+61+4=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #663D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663D04 is #99C2FB. Grayscale: #434343. Windows color (decimal): -10076924 or 277862. OLE color: 277862.
HSL color Cylindrical-coordinate representation of color #663D04: hue angle of 34.9º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #663D04 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 4 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.6 |
| HSL | 34.9º | 0.92% | 0.21% | - |
| HSV(B) | 34.9º | 0.96% | 0.4% | - |
| XYZ | 7.17 | 6.17 | 0.93 | - |
| YUV | 66.76 | 92.58 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 4 | 0 | 0.40 | 0.96 | 0.6 | 34.9 | 0.92 | 0.21 |
| Hex | 66 | 3D | 4 | 0 | 28 | 60 | 3C | 23 | 5C | 15 |
| Octal | 146 | 75 | 4 | 0 | 50 | 140 | 74 | 43 | 134 | 25 |
| Binary | 1100110 | 111101 | 100 | 0 | 101000 | 1100000 | 111100 | 100011 | 1011100 | 10101 |
Color Harmonies of #663D04
Complementary color
Monochromatic Colors of #663D04
Black with #663D04
Text Example
Text Example
White with #663D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D04; }
p { color: rgb(102,61,4); }
H1.HeaderClassName
{
color: #663D04;
}
.AnyTagClassName
{
color: #663D04;
}
</style>
background-color css
<style>
a { background-color: #663D04; }
a { background-color: rgb(102,61,4); }
div.DivClassName
{
background-color: #663D04;
}
.BgClassName
{
background-color: #663D04;
}
</style>
border-color css
<style>
span { border-color: #663D04; }
span { border-color: rgb(102,61,4); }
td.TdClassName
{
border-color: #663D04;
}
.TagClassName
{
border-color: #663D04;
}
</style>