Shades of Raw Umber #61430F
Tints of Raw Umber #61430F
RGB
CMYK
RGB Variations
Color information
#61430F (or 0x61430F) is known color: Raw Umber. HEX triplet: 61, 43 and 0F. RGB value is (97,67,15). Sum of RGB (Red+Green+Blue) = 97+67+15=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #61430F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61430F is #9EBCF0. Grayscale: #464646. Windows color (decimal): -10403057 or 1000289. OLE color: 1000289.
HSL color Cylindrical-coordinate representation of color #61430F: hue angle of 38.05º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61430F is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 67 | 15 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.62 |
| HSL | 38.05º | 0.73% | 0.22% | - |
| HSV(B) | 38.05º | 0.85% | 0.38% | - |
| XYZ | 7.02 | 6.59 | 1.35 | - |
| YUV | 70.04 | 96.94 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 67 | 15 | 0 | 0.31 | 0.85 | 0.62 | 38.05 | 0.73 | 0.22 |
| Hex | 61 | 43 | F | 0 | 1F | 55 | 3E | 26 | 49 | 16 |
| Octal | 141 | 103 | 17 | 0 | 37 | 125 | 76 | 46 | 111 | 26 |
| Binary | 1100001 | 1000011 | 1111 | 0 | 11111 | 1010101 | 111110 | 100110 | 1001001 | 10110 |
Color Harmonies of #61430F
Complementary color
Monochromatic Colors of #61430F
Black with #61430F
Text Example
Text Example
White with #61430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61430F; }
p { color: rgb(97,67,15); }
H1.HeaderClassName
{
color: #61430F;
}
.AnyTagClassName
{
color: #61430F;
}
</style>
background-color css
<style>
a { background-color: #61430F; }
a { background-color: rgb(97,67,15); }
div.DivClassName
{
background-color: #61430F;
}
.BgClassName
{
background-color: #61430F;
}
</style>
border-color css
<style>
span { border-color: #61430F; }
span { border-color: rgb(97,67,15); }
td.TdClassName
{
border-color: #61430F;
}
.TagClassName
{
border-color: #61430F;
}
</style>