Shades of Raw Umber #633C00
Tints of Raw Umber #633C00
RGB
CMYK
RGB Variations
Color information
#633C00 (or 0x633C00) is known color: Raw Umber. HEX triplet: 63, 3C and 00. RGB value is (99,60,0). Sum of RGB (Red+Green+Blue) = 99+60+0=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #633C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633C00 is #9CC3FF. Grayscale: #414141. Windows color (decimal): -10273792 or 15459. OLE color: 15459.
HSL color Cylindrical-coordinate representation of color #633C00: hue angle of 36.36º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #633C00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 60 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.61 |
| HSL | 36.36º | 1% | 0.19% | - |
| HSV(B) | 36.36º | 1% | 0.39% | - |
| XYZ | 6.76 | 5.88 | 0.78 | - |
| YUV | 64.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 0 | 0 | 0.39 | 1 | 0.61 | 36.36 | 1 | 0.19 |
| Hex | 63 | 3C | 0 | 0 | 27 | 64 | 3D | 24 | 64 | 13 |
| Octal | 143 | 74 | 0 | 0 | 47 | 144 | 75 | 44 | 144 | 23 |
| Binary | 1100011 | 111100 | 0 | 0 | 100111 | 1100100 | 111101 | 100100 | 1100100 | 10011 |
Color Harmonies of #633C00
Complementary color
Monochromatic Colors of #633C00
Black with #633C00
Text Example
Text Example
White with #633C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633C00; }
p { color: rgb(99,60,0); }
H1.HeaderClassName
{
color: #633C00;
}
.AnyTagClassName
{
color: #633C00;
}
</style>
background-color css
<style>
a { background-color: #633C00; }
a { background-color: rgb(99,60,0); }
div.DivClassName
{
background-color: #633C00;
}
.BgClassName
{
background-color: #633C00;
}
</style>
border-color css
<style>
span { border-color: #633C00; }
span { border-color: rgb(99,60,0); }
td.TdClassName
{
border-color: #633C00;
}
.TagClassName
{
border-color: #633C00;
}
</style>