Shades of Raw Umber #663F03
Tints of Raw Umber #663F03
RGB
CMYK
RGB Variations
Color information
#663F03 (or 0x663F03) is known color: Raw Umber. HEX triplet: 66, 3F and 03. RGB value is (102,63,3). Sum of RGB (Red+Green+Blue) = 102+63+3=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #663F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663F03 is #99C0FC. Grayscale: #444444. Windows color (decimal): -10076413 or 212838. OLE color: 212838.
HSL color Cylindrical-coordinate representation of color #663F03: hue angle of 36.36º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #663F03 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 3 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.6 |
| HSL | 36.36º | 0.94% | 0.21% | - |
| HSV(B) | 36.36º | 0.97% | 0.4% | - |
| XYZ | 7.27 | 6.39 | 0.94 | - |
| YUV | 67.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 3 | 0 | 0.38 | 0.97 | 0.6 | 36.36 | 0.94 | 0.21 |
| Hex | 66 | 3F | 3 | 0 | 26 | 61 | 3C | 24 | 5E | 15 |
| Octal | 146 | 77 | 3 | 0 | 46 | 141 | 74 | 44 | 136 | 25 |
| Binary | 1100110 | 111111 | 11 | 0 | 100110 | 1100001 | 111100 | 100100 | 1011110 | 10101 |
Color Harmonies of #663F03
Complementary color
Monochromatic Colors of #663F03
Black with #663F03
Text Example
Text Example
White with #663F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F03; }
p { color: rgb(102,63,3); }
H1.HeaderClassName
{
color: #663F03;
}
.AnyTagClassName
{
color: #663F03;
}
</style>
background-color css
<style>
a { background-color: #663F03; }
a { background-color: rgb(102,63,3); }
div.DivClassName
{
background-color: #663F03;
}
.BgClassName
{
background-color: #663F03;
}
</style>
border-color css
<style>
span { border-color: #663F03; }
span { border-color: rgb(102,63,3); }
td.TdClassName
{
border-color: #663F03;
}
.TagClassName
{
border-color: #663F03;
}
</style>