Shades of Raw Umber #63430C
Tints of Raw Umber #63430C
RGB
CMYK
RGB Variations
Color information
#63430C (or 0x63430C) is known color: Raw Umber. HEX triplet: 63, 43 and 0C. RGB value is (99,67,12). Sum of RGB (Red+Green+Blue) = 99+67+12=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #63430C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63430C is #9CBCF3. Grayscale: #464646. Windows color (decimal): -10271988 or 803683. OLE color: 803683.
HSL color Cylindrical-coordinate representation of color #63430C: hue angle of 37.93º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63430C is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 67 | 12 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.61 |
| HSL | 37.93º | 0.78% | 0.22% | - |
| HSV(B) | 37.93º | 0.88% | 0.39% | - |
| XYZ | 7.22 | 6.69 | 1.26 | - |
| YUV | 70.3 | 95.1 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 67 | 12 | 0 | 0.32 | 0.88 | 0.61 | 37.93 | 0.78 | 0.22 |
| Hex | 63 | 43 | C | 0 | 20 | 58 | 3D | 26 | 4E | 16 |
| Octal | 143 | 103 | 14 | 0 | 40 | 130 | 75 | 46 | 116 | 26 |
| Binary | 1100011 | 1000011 | 1100 | 0 | 100000 | 1011000 | 111101 | 100110 | 1001110 | 10110 |
Color Harmonies of #63430C
Complementary color
Monochromatic Colors of #63430C
Black with #63430C
Text Example
Text Example
White with #63430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63430C; }
p { color: rgb(99,67,12); }
H1.HeaderClassName
{
color: #63430C;
}
.AnyTagClassName
{
color: #63430C;
}
</style>
background-color css
<style>
a { background-color: #63430C; }
a { background-color: rgb(99,67,12); }
div.DivClassName
{
background-color: #63430C;
}
.BgClassName
{
background-color: #63430C;
}
</style>
border-color css
<style>
span { border-color: #63430C; }
span { border-color: rgb(99,67,12); }
td.TdClassName
{
border-color: #63430C;
}
.TagClassName
{
border-color: #63430C;
}
</style>