Shades of Raw Umber #634F02
Tints of Raw Umber #634F02
RGB
CMYK
RGB Variations
Color information
#634F02 (or 0x634F02) is known color: Raw Umber. HEX triplet: 63, 4F and 02. RGB value is (99,79,2). Sum of RGB (Red+Green+Blue) = 99+79+2=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #634F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634F02 is #9CB0FD. Grayscale: #4C4C4C. Windows color (decimal): -10268926 or 151395. OLE color: 151395.
HSL color Cylindrical-coordinate representation of color #634F02: hue angle of 47.63º 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 #634F02 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 79 | 2 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.61 |
| HSL | 47.63º | 0.96% | 0.2% | - |
| HSV(B) | 47.63º | 0.98% | 0.39% | - |
| XYZ | 7.95 | 8.25 | 1.23 | - |
| YUV | 76.2 | 86.13 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 79 | 2 | 0 | 0.20 | 0.98 | 0.61 | 47.63 | 0.96 | 0.2 |
| Hex | 63 | 4F | 2 | 0 | 14 | 62 | 3D | 30 | 60 | 14 |
| Octal | 143 | 117 | 2 | 0 | 24 | 142 | 75 | 60 | 140 | 24 |
| Binary | 1100011 | 1001111 | 10 | 0 | 10100 | 1100010 | 111101 | 110000 | 1100000 | 10100 |
Color Harmonies of #634F02
Complementary color
Monochromatic Colors of #634F02
Black with #634F02
Text Example
Text Example
White with #634F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634F02; }
p { color: rgb(99,79,2); }
H1.HeaderClassName
{
color: #634F02;
}
.AnyTagClassName
{
color: #634F02;
}
</style>
background-color css
<style>
a { background-color: #634F02; }
a { background-color: rgb(99,79,2); }
div.DivClassName
{
background-color: #634F02;
}
.BgClassName
{
background-color: #634F02;
}
</style>
border-color css
<style>
span { border-color: #634F02; }
span { border-color: rgb(99,79,2); }
td.TdClassName
{
border-color: #634F02;
}
.TagClassName
{
border-color: #634F02;
}
</style>