Shades of Raw Umber #634C02
Tints of Raw Umber #634C02
RGB
CMYK
RGB Variations
Color information
#634C02 (or 0x634C02) is known color: Raw Umber. HEX triplet: 63, 4C and 02. RGB value is (99,76,2). Sum of RGB (Red+Green+Blue) = 99+76+2=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #634C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634C02 is #9CB3FD. Grayscale: #4A4A4A. Windows color (decimal): -10269694 or 150627. OLE color: 150627.
HSL color Cylindrical-coordinate representation of color #634C02: hue angle of 45.77º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #634C02 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 76 | 2 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.61 |
| HSL | 45.77º | 0.96% | 0.2% | - |
| HSV(B) | 45.77º | 0.98% | 0.39% | - |
| XYZ | 7.74 | 7.83 | 1.16 | - |
| YUV | 74.44 | 87.12 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 76 | 2 | 0 | 0.23 | 0.98 | 0.61 | 45.77 | 0.96 | 0.2 |
| Hex | 63 | 4C | 2 | 0 | 17 | 62 | 3D | 2E | 60 | 14 |
| Octal | 143 | 114 | 2 | 0 | 27 | 142 | 75 | 56 | 140 | 24 |
| Binary | 1100011 | 1001100 | 10 | 0 | 10111 | 1100010 | 111101 | 101110 | 1100000 | 10100 |
Color Harmonies of #634C02
Complementary color
Monochromatic Colors of #634C02
Black with #634C02
Text Example
Text Example
White with #634C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634C02; }
p { color: rgb(99,76,2); }
H1.HeaderClassName
{
color: #634C02;
}
.AnyTagClassName
{
color: #634C02;
}
</style>
background-color css
<style>
a { background-color: #634C02; }
a { background-color: rgb(99,76,2); }
div.DivClassName
{
background-color: #634C02;
}
.BgClassName
{
background-color: #634C02;
}
</style>
border-color css
<style>
span { border-color: #634C02; }
span { border-color: rgb(99,76,2); }
td.TdClassName
{
border-color: #634C02;
}
.TagClassName
{
border-color: #634C02;
}
</style>