Shades of Raw Umber #654612
Tints of Raw Umber #654612
RGB
CMYK
RGB Variations
Color information
#654612 (or 0x654612) is known color: Raw Umber. HEX triplet: 65, 46 and 12. RGB value is (101,70,18). Sum of RGB (Red+Green+Blue) = 101+70+18=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #654612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654612 is #9AB9ED. Grayscale: #494949. Windows color (decimal): -10140142 or 1197669. OLE color: 1197669.
HSL color Cylindrical-coordinate representation of color #654612: hue angle of 37.59º 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 #654612 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 70 | 18 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.60 |
| HSL | 37.59º | 0.7% | 0.23% | - |
| HSV(B) | 37.59º | 0.82% | 0.4% | - |
| XYZ | 7.67 | 7.19 | 1.56 | - |
| YUV | 73.34 | 96.77 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 18 | 0 | 0.31 | 0.82 | 0.60 | 37.59 | 0.7 | 0.23 |
| Hex | 65 | 46 | 12 | 0 | 1F | 52 | 3C | 26 | 46 | 17 |
| Octal | 145 | 106 | 22 | 0 | 37 | 122 | 74 | 46 | 106 | 27 |
| Binary | 1100101 | 1000110 | 10010 | 0 | 11111 | 1010010 | 111100 | 100110 | 1000110 | 10111 |
Color Harmonies of #654612
Complementary color
Monochromatic Colors of #654612
Black with #654612
Text Example
Text Example
White with #654612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654612; }
p { color: rgb(101,70,18); }
H1.HeaderClassName
{
color: #654612;
}
.AnyTagClassName
{
color: #654612;
}
</style>
background-color css
<style>
a { background-color: #654612; }
a { background-color: rgb(101,70,18); }
div.DivClassName
{
background-color: #654612;
}
.BgClassName
{
background-color: #654612;
}
</style>
border-color css
<style>
span { border-color: #654612; }
span { border-color: rgb(101,70,18); }
td.TdClassName
{
border-color: #654612;
}
.TagClassName
{
border-color: #654612;
}
</style>