Shades of Raw Umber #60430A
Tints of Raw Umber #60430A
RGB
CMYK
RGB Variations
Color information
#60430A (or 0x60430A) is known color: Raw Umber. HEX triplet: 60, 43 and 0A. RGB value is (96,67,10). Sum of RGB (Red+Green+Blue) = 96+67+10=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #60430A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60430A is #9FBCF5. Grayscale: #454545. Windows color (decimal): -10468598 or 672608. OLE color: 672608.
HSL color Cylindrical-coordinate representation of color #60430A: hue angle of 39.77º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60430A is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 67 | 10 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.62 |
| HSL | 39.77º | 0.81% | 0.21% | - |
| HSV(B) | 39.77º | 0.9% | 0.38% | - |
| XYZ | 6.89 | 6.52 | 1.18 | - |
| YUV | 69.17 | 94.61 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 10 | 0 | 0.30 | 0.90 | 0.62 | 39.77 | 0.81 | 0.21 |
| Hex | 60 | 43 | A | 0 | 1E | 5A | 3E | 28 | 51 | 15 |
| Octal | 140 | 103 | 12 | 0 | 36 | 132 | 76 | 50 | 121 | 25 |
| Binary | 1100000 | 1000011 | 1010 | 0 | 11110 | 1011010 | 111110 | 101000 | 1010001 | 10101 |
Color Harmonies of #60430A
Complementary color
Monochromatic Colors of #60430A
Black with #60430A
Text Example
Text Example
White with #60430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60430A; }
p { color: rgb(96,67,10); }
H1.HeaderClassName
{
color: #60430A;
}
.AnyTagClassName
{
color: #60430A;
}
</style>
background-color css
<style>
a { background-color: #60430A; }
a { background-color: rgb(96,67,10); }
div.DivClassName
{
background-color: #60430A;
}
.BgClassName
{
background-color: #60430A;
}
</style>
border-color css
<style>
span { border-color: #60430A; }
span { border-color: rgb(96,67,10); }
td.TdClassName
{
border-color: #60430A;
}
.TagClassName
{
border-color: #60430A;
}
</style>