Shades of Raw Umber #663F0F
Tints of Raw Umber #663F0F
RGB
CMYK
RGB Variations
Color information
#663F0F (or 0x663F0F) is known color: Raw Umber. HEX triplet: 66, 3F and 0F. RGB value is (102,63,15). Sum of RGB (Red+Green+Blue) = 102+63+15=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #663F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663F0F is #99C0F0. Grayscale: #454545. Windows color (decimal): -10076401 or 999270. OLE color: 999270.
HSL color Cylindrical-coordinate representation of color #663F0F: hue angle of 33.1º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #663F0F is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 15 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.6 |
| HSL | 33.1º | 0.74% | 0.23% | - |
| HSV(B) | 33.1º | 0.85% | 0.4% | - |
| XYZ | 7.34 | 6.41 | 1.3 | - |
| YUV | 69.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 15 | 0 | 0.38 | 0.85 | 0.6 | 33.1 | 0.74 | 0.23 |
| Hex | 66 | 3F | F | 0 | 26 | 55 | 3C | 21 | 4A | 17 |
| Octal | 146 | 77 | 17 | 0 | 46 | 125 | 74 | 41 | 112 | 27 |
| Binary | 1100110 | 111111 | 1111 | 0 | 100110 | 1010101 | 111100 | 100001 | 1001010 | 10111 |
Color Harmonies of #663F0F
Complementary color
Monochromatic Colors of #663F0F
Black with #663F0F
Text Example
Text Example
White with #663F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F0F; }
p { color: rgb(102,63,15); }
H1.HeaderClassName
{
color: #663F0F;
}
.AnyTagClassName
{
color: #663F0F;
}
</style>
background-color css
<style>
a { background-color: #663F0F; }
a { background-color: rgb(102,63,15); }
div.DivClassName
{
background-color: #663F0F;
}
.BgClassName
{
background-color: #663F0F;
}
</style>
border-color css
<style>
span { border-color: #663F0F; }
span { border-color: rgb(102,63,15); }
td.TdClassName
{
border-color: #663F0F;
}
.TagClassName
{
border-color: #663F0F;
}
</style>