Shades of Raw Umber #63420F
Tints of Raw Umber #63420F
RGB
CMYK
RGB Variations
Color information
#63420F (or 0x63420F) is known color: Raw Umber. HEX triplet: 63, 42 and 0F. RGB value is (99,66,15). Sum of RGB (Red+Green+Blue) = 99+66+15=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #63420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63420F is #9CBDF0. Grayscale: #464646. Windows color (decimal): -10272241 or 1000035. OLE color: 1000035.
HSL color Cylindrical-coordinate representation of color #63420F: hue angle of 36.43º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63420F is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 66 | 15 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.61 |
| HSL | 36.43º | 0.74% | 0.22% | - |
| HSV(B) | 36.43º | 0.85% | 0.39% | - |
| XYZ | 7.18 | 6.58 | 1.34 | - |
| YUV | 70.05 | 96.93 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 15 | 0 | 0.33 | 0.85 | 0.61 | 36.43 | 0.74 | 0.22 |
| Hex | 63 | 42 | F | 0 | 21 | 55 | 3D | 24 | 4A | 16 |
| Octal | 143 | 102 | 17 | 0 | 41 | 125 | 75 | 44 | 112 | 26 |
| Binary | 1100011 | 1000010 | 1111 | 0 | 100001 | 1010101 | 111101 | 100100 | 1001010 | 10110 |
Color Harmonies of #63420F
Complementary color
Monochromatic Colors of #63420F
Black with #63420F
Text Example
Text Example
White with #63420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63420F; }
p { color: rgb(99,66,15); }
H1.HeaderClassName
{
color: #63420F;
}
.AnyTagClassName
{
color: #63420F;
}
</style>
background-color css
<style>
a { background-color: #63420F; }
a { background-color: rgb(99,66,15); }
div.DivClassName
{
background-color: #63420F;
}
.BgClassName
{
background-color: #63420F;
}
</style>
border-color css
<style>
span { border-color: #63420F; }
span { border-color: rgb(99,66,15); }
td.TdClassName
{
border-color: #63420F;
}
.TagClassName
{
border-color: #63420F;
}
</style>