Shades of Raw Umber #633F0A
Tints of Raw Umber #633F0A
RGB
CMYK
RGB Variations
Color information
#633F0A (or 0x633F0A) is known color: Raw Umber. HEX triplet: 63, 3F and 0A. RGB value is (99,63,10). Sum of RGB (Red+Green+Blue) = 99+63+10=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #633F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633F0A is #9CC0F5. Grayscale: #434343. Windows color (decimal): -10273014 or 671587. OLE color: 671587.
HSL color Cylindrical-coordinate representation of color #633F0A: hue angle of 35.73º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #633F0A is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 63 | 10 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.61 |
| HSL | 35.73º | 0.82% | 0.21% | - |
| HSV(B) | 35.73º | 0.9% | 0.39% | - |
| XYZ | 6.98 | 6.23 | 1.12 | - |
| YUV | 67.72 | 95.43 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 63 | 10 | 0 | 0.36 | 0.90 | 0.61 | 35.73 | 0.82 | 0.21 |
| Hex | 63 | 3F | A | 0 | 24 | 5A | 3D | 24 | 52 | 15 |
| Octal | 143 | 77 | 12 | 0 | 44 | 132 | 75 | 44 | 122 | 25 |
| Binary | 1100011 | 111111 | 1010 | 0 | 100100 | 1011010 | 111101 | 100100 | 1010010 | 10101 |
Color Harmonies of #633F0A
Complementary color
Monochromatic Colors of #633F0A
Black with #633F0A
Text Example
Text Example
White with #633F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633F0A; }
p { color: rgb(99,63,10); }
H1.HeaderClassName
{
color: #633F0A;
}
.AnyTagClassName
{
color: #633F0A;
}
</style>
background-color css
<style>
a { background-color: #633F0A; }
a { background-color: rgb(99,63,10); }
div.DivClassName
{
background-color: #633F0A;
}
.BgClassName
{
background-color: #633F0A;
}
</style>
border-color css
<style>
span { border-color: #633F0A; }
span { border-color: rgb(99,63,10); }
td.TdClassName
{
border-color: #633F0A;
}
.TagClassName
{
border-color: #633F0A;
}
</style>