Shades of Raw Umber #60430F
Tints of Raw Umber #60430F
RGB
CMYK
RGB Variations
Color information
#60430F (or 0x60430F) is known color: Raw Umber. HEX triplet: 60, 43 and 0F. RGB value is (96,67,15). Sum of RGB (Red+Green+Blue) = 96+67+15=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60430F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60430F is #9FBCF0. Grayscale: #454545. Windows color (decimal): -10468593 or 1000288. OLE color: 1000288.
HSL color Cylindrical-coordinate representation of color #60430F: hue angle of 38.52º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60430F is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 67 | 15 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.62 |
| HSL | 38.52º | 0.73% | 0.22% | - |
| HSV(B) | 38.52º | 0.84% | 0.38% | - |
| XYZ | 6.92 | 6.54 | 1.35 | - |
| YUV | 69.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 15 | 0 | 0.30 | 0.84 | 0.62 | 38.52 | 0.73 | 0.22 |
| Hex | 60 | 43 | F | 0 | 1E | 54 | 3E | 27 | 49 | 16 |
| Octal | 140 | 103 | 17 | 0 | 36 | 124 | 76 | 47 | 111 | 26 |
| Binary | 1100000 | 1000011 | 1111 | 0 | 11110 | 1010100 | 111110 | 100111 | 1001001 | 10110 |
Color Harmonies of #60430F
Complementary color
Monochromatic Colors of #60430F
Black with #60430F
Text Example
Text Example
White with #60430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60430F; }
p { color: rgb(96,67,15); }
H1.HeaderClassName
{
color: #60430F;
}
.AnyTagClassName
{
color: #60430F;
}
</style>
background-color css
<style>
a { background-color: #60430F; }
a { background-color: rgb(96,67,15); }
div.DivClassName
{
background-color: #60430F;
}
.BgClassName
{
background-color: #60430F;
}
</style>
border-color css
<style>
span { border-color: #60430F; }
span { border-color: rgb(96,67,15); }
td.TdClassName
{
border-color: #60430F;
}
.TagClassName
{
border-color: #60430F;
}
</style>