Shades of Raw Umber #655112
Tints of Raw Umber #655112
RGB
CMYK
RGB Variations
Color information
#655112 (or 0x655112) is known color: Raw Umber. HEX triplet: 65, 51 and 12. RGB value is (101,81,18). Sum of RGB (Red+Green+Blue) = 101+81+18=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #655112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655112 is #9AAEED. Grayscale: #505050. Windows color (decimal): -10137326 or 1200485. OLE color: 1200485.
HSL color Cylindrical-coordinate representation of color #655112: hue angle of 45.54º 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 #655112 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 81 | 18 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.60 |
| HSL | 45.54º | 0.7% | 0.23% | - |
| HSV(B) | 45.54º | 0.82% | 0.4% | - |
| XYZ | 8.42 | 8.7 | 1.81 | - |
| YUV | 79.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 18 | 0 | 0.20 | 0.82 | 0.60 | 45.54 | 0.7 | 0.23 |
| Hex | 65 | 51 | 12 | 0 | 14 | 52 | 3C | 2E | 46 | 17 |
| Octal | 145 | 121 | 22 | 0 | 24 | 122 | 74 | 56 | 106 | 27 |
| Binary | 1100101 | 1010001 | 10010 | 0 | 10100 | 1010010 | 111100 | 101110 | 1000110 | 10111 |
Color Harmonies of #655112
Complementary color
Monochromatic Colors of #655112
Black with #655112
Text Example
Text Example
White with #655112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655112; }
p { color: rgb(101,81,18); }
H1.HeaderClassName
{
color: #655112;
}
.AnyTagClassName
{
color: #655112;
}
</style>
background-color css
<style>
a { background-color: #655112; }
a { background-color: rgb(101,81,18); }
div.DivClassName
{
background-color: #655112;
}
.BgClassName
{
background-color: #655112;
}
</style>
border-color css
<style>
span { border-color: #655112; }
span { border-color: rgb(101,81,18); }
td.TdClassName
{
border-color: #655112;
}
.TagClassName
{
border-color: #655112;
}
</style>