Shades of Raw Umber #60430D
Tints of Raw Umber #60430D
RGB
CMYK
RGB Variations
Color information
#60430D (or 0x60430D) is known color: Raw Umber. HEX triplet: 60, 43 and 0D. RGB value is (96,67,13). Sum of RGB (Red+Green+Blue) = 96+67+13=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60430D is #9FBCF2. Grayscale: #454545. Windows color (decimal): -10468595 or 869216. OLE color: 869216.
HSL color Cylindrical-coordinate representation of color #60430D: hue angle of 39.04º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60430D is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 67 | 13 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.62 |
| HSL | 39.04º | 0.76% | 0.21% | - |
| HSV(B) | 39.04º | 0.86% | 0.38% | - |
| XYZ | 6.9 | 6.53 | 1.28 | - |
| YUV | 69.52 | 96.11 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 13 | 0 | 0.30 | 0.86 | 0.62 | 39.04 | 0.76 | 0.21 |
| Hex | 60 | 43 | D | 0 | 1E | 56 | 3E | 27 | 4C | 15 |
| Octal | 140 | 103 | 15 | 0 | 36 | 126 | 76 | 47 | 114 | 25 |
| Binary | 1100000 | 1000011 | 1101 | 0 | 11110 | 1010110 | 111110 | 100111 | 1001100 | 10101 |
Color Harmonies of #60430D
Complementary color
Monochromatic Colors of #60430D
Black with #60430D
Text Example
Text Example
White with #60430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60430D; }
p { color: rgb(96,67,13); }
H1.HeaderClassName
{
color: #60430D;
}
.AnyTagClassName
{
color: #60430D;
}
</style>
background-color css
<style>
a { background-color: #60430D; }
a { background-color: rgb(96,67,13); }
div.DivClassName
{
background-color: #60430D;
}
.BgClassName
{
background-color: #60430D;
}
</style>
border-color css
<style>
span { border-color: #60430D; }
span { border-color: rgb(96,67,13); }
td.TdClassName
{
border-color: #60430D;
}
.TagClassName
{
border-color: #60430D;
}
</style>