Shades of Raw Umber #663F04
Tints of Raw Umber #663F04
RGB
CMYK
RGB Variations
Color information
#663F04 (or 0x663F04) is known color: Raw Umber. HEX triplet: 66, 3F and 04. RGB value is (102,63,4). Sum of RGB (Red+Green+Blue) = 102+63+4=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #663F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663F04 is #99C0FB. Grayscale: #444444. Windows color (decimal): -10076412 or 278374. OLE color: 278374.
HSL color Cylindrical-coordinate representation of color #663F04: hue angle of 36.12º 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 #663F04 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 4 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.6 |
| HSL | 36.12º | 0.92% | 0.21% | - |
| HSV(B) | 36.12º | 0.96% | 0.4% | - |
| XYZ | 7.28 | 6.39 | 0.96 | - |
| YUV | 67.94 | 91.92 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 4 | 0 | 0.38 | 0.96 | 0.6 | 36.12 | 0.92 | 0.21 |
| Hex | 66 | 3F | 4 | 0 | 26 | 60 | 3C | 24 | 5C | 15 |
| Octal | 146 | 77 | 4 | 0 | 46 | 140 | 74 | 44 | 134 | 25 |
| Binary | 1100110 | 111111 | 100 | 0 | 100110 | 1100000 | 111100 | 100100 | 1011100 | 10101 |
Color Harmonies of #663F04
Complementary color
Monochromatic Colors of #663F04
Black with #663F04
Text Example
Text Example
White with #663F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F04; }
p { color: rgb(102,63,4); }
H1.HeaderClassName
{
color: #663F04;
}
.AnyTagClassName
{
color: #663F04;
}
</style>
background-color css
<style>
a { background-color: #663F04; }
a { background-color: rgb(102,63,4); }
div.DivClassName
{
background-color: #663F04;
}
.BgClassName
{
background-color: #663F04;
}
</style>
border-color css
<style>
span { border-color: #663F04; }
span { border-color: rgb(102,63,4); }
td.TdClassName
{
border-color: #663F04;
}
.TagClassName
{
border-color: #663F04;
}
</style>