Shades of Raw Umber #654D12
Tints of Raw Umber #654D12
RGB
CMYK
RGB Variations
Color information
#654D12 (or 0x654D12) is known color: Raw Umber. HEX triplet: 65, 4D and 12. RGB value is (101,77,18). Sum of RGB (Red+Green+Blue) = 101+77+18=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #654D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #654D12 is #9AB2ED. Grayscale: #4D4D4D. Windows color (decimal): -10138350 or 1199461. OLE color: 1199461.
HSL color Cylindrical-coordinate representation of color #654D12: hue angle of 42.65º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #654D12 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 77 | 18 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.60 |
| HSL | 42.65º | 0.7% | 0.23% | - |
| HSV(B) | 42.65º | 0.82% | 0.4% | - |
| XYZ | 8.13 | 8.12 | 1.71 | - |
| YUV | 77.45 | 94.45 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 18 | 0 | 0.24 | 0.82 | 0.60 | 42.65 | 0.7 | 0.23 |
| Hex | 65 | 4D | 12 | 0 | 18 | 52 | 3C | 2B | 46 | 17 |
| Octal | 145 | 115 | 22 | 0 | 30 | 122 | 74 | 53 | 106 | 27 |
| Binary | 1100101 | 1001101 | 10010 | 0 | 11000 | 1010010 | 111100 | 101011 | 1000110 | 10111 |
Color Harmonies of #654D12
Complementary color
Monochromatic Colors of #654D12
Black with #654D12
Text Example
Text Example
White with #654D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654D12; }
p { color: rgb(101,77,18); }
H1.HeaderClassName
{
color: #654D12;
}
.AnyTagClassName
{
color: #654D12;
}
</style>
background-color css
<style>
a { background-color: #654D12; }
a { background-color: rgb(101,77,18); }
div.DivClassName
{
background-color: #654D12;
}
.BgClassName
{
background-color: #654D12;
}
</style>
border-color css
<style>
span { border-color: #654D12; }
span { border-color: rgb(101,77,18); }
td.TdClassName
{
border-color: #654D12;
}
.TagClassName
{
border-color: #654D12;
}
</style>