Shades of Raw Umber #663F05
Tints of Raw Umber #663F05
RGB
CMYK
RGB Variations
Color information
#663F05 (or 0x663F05) is known color: Raw Umber. HEX triplet: 66, 3F and 05. RGB value is (102,63,5). Sum of RGB (Red+Green+Blue) = 102+63+5=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #663F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663F05 is #99C0FA. Grayscale: #444444. Windows color (decimal): -10076411 or 343910. OLE color: 343910.
HSL color Cylindrical-coordinate representation of color #663F05: hue angle of 35.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #663F05 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 5 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.6 |
| HSL | 35.88º | 0.91% | 0.21% | - |
| HSV(B) | 35.88º | 0.95% | 0.4% | - |
| XYZ | 7.28 | 6.39 | 0.99 | - |
| YUV | 68.05 | 92.42 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 5 | 0 | 0.38 | 0.95 | 0.6 | 35.88 | 0.91 | 0.21 |
| Hex | 66 | 3F | 5 | 0 | 26 | 5F | 3C | 24 | 5B | 15 |
| Octal | 146 | 77 | 5 | 0 | 46 | 137 | 74 | 44 | 133 | 25 |
| Binary | 1100110 | 111111 | 101 | 0 | 100110 | 1011111 | 111100 | 100100 | 1011011 | 10101 |
Color Harmonies of #663F05
Complementary color
Monochromatic Colors of #663F05
Black with #663F05
Text Example
Text Example
White with #663F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F05; }
p { color: rgb(102,63,5); }
H1.HeaderClassName
{
color: #663F05;
}
.AnyTagClassName
{
color: #663F05;
}
</style>
background-color css
<style>
a { background-color: #663F05; }
a { background-color: rgb(102,63,5); }
div.DivClassName
{
background-color: #663F05;
}
.BgClassName
{
background-color: #663F05;
}
</style>
border-color css
<style>
span { border-color: #663F05; }
span { border-color: rgb(102,63,5); }
td.TdClassName
{
border-color: #663F05;
}
.TagClassName
{
border-color: #663F05;
}
</style>