Shades of Raw Umber #633E0E
Tints of Raw Umber #633E0E
RGB
CMYK
RGB Variations
Color information
#633E0E (or 0x633E0E) is known color: Raw Umber. HEX triplet: 63, 3E and 0E. RGB value is (99,62,14). Sum of RGB (Red+Green+Blue) = 99+62+14=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #633E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633E0E is #9CC1F1. Grayscale: #434343. Windows color (decimal): -10273266 or 933475. OLE color: 933475.
HSL color Cylindrical-coordinate representation of color #633E0E: hue angle of 33.88º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #633E0E is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 62 | 14 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.61 |
| HSL | 33.88º | 0.75% | 0.22% | - |
| HSV(B) | 33.88º | 0.86% | 0.39% | - |
| XYZ | 6.95 | 6.13 | 1.23 | - |
| YUV | 67.59 | 97.76 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 62 | 14 | 0 | 0.37 | 0.86 | 0.61 | 33.88 | 0.75 | 0.22 |
| Hex | 63 | 3E | E | 0 | 25 | 56 | 3D | 22 | 4B | 16 |
| Octal | 143 | 76 | 16 | 0 | 45 | 126 | 75 | 42 | 113 | 26 |
| Binary | 1100011 | 111110 | 1110 | 0 | 100101 | 1010110 | 111101 | 100010 | 1001011 | 10110 |
Color Harmonies of #633E0E
Complementary color
Monochromatic Colors of #633E0E
Black with #633E0E
Text Example
Text Example
White with #633E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633E0E; }
p { color: rgb(99,62,14); }
H1.HeaderClassName
{
color: #633E0E;
}
.AnyTagClassName
{
color: #633E0E;
}
</style>
background-color css
<style>
a { background-color: #633E0E; }
a { background-color: rgb(99,62,14); }
div.DivClassName
{
background-color: #633E0E;
}
.BgClassName
{
background-color: #633E0E;
}
</style>
border-color css
<style>
span { border-color: #633E0E; }
span { border-color: rgb(99,62,14); }
td.TdClassName
{
border-color: #633E0E;
}
.TagClassName
{
border-color: #633E0E;
}
</style>