Shades of Raw Umber #655105
Tints of Raw Umber #655105
RGB
CMYK
RGB Variations
Color information
#655105 (or 0x655105) is known color: Raw Umber. HEX triplet: 65, 51 and 05. RGB value is (101,81,5). Sum of RGB (Red+Green+Blue) = 101+81+5=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #655105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655105 is #9AAEFA. Grayscale: #4E4E4E. Windows color (decimal): -10137339 or 348517. OLE color: 348517.
HSL color Cylindrical-coordinate representation of color #655105: hue angle of 47.5º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #655105 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 81 | 5 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.60 |
| HSL | 47.5º | 0.91% | 0.21% | - |
| HSV(B) | 47.5º | 0.95% | 0.4% | - |
| XYZ | 8.34 | 8.66 | 1.38 | - |
| YUV | 78.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 5 | 0 | 0.20 | 0.95 | 0.60 | 47.5 | 0.91 | 0.21 |
| Hex | 65 | 51 | 5 | 0 | 14 | 5F | 3C | 30 | 5B | 15 |
| Octal | 145 | 121 | 5 | 0 | 24 | 137 | 74 | 60 | 133 | 25 |
| Binary | 1100101 | 1010001 | 101 | 0 | 10100 | 1011111 | 111100 | 110000 | 1011011 | 10101 |
Color Harmonies of #655105
Complementary color
Monochromatic Colors of #655105
Black with #655105
Text Example
Text Example
White with #655105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655105; }
p { color: rgb(101,81,5); }
H1.HeaderClassName
{
color: #655105;
}
.AnyTagClassName
{
color: #655105;
}
</style>
background-color css
<style>
a { background-color: #655105; }
a { background-color: rgb(101,81,5); }
div.DivClassName
{
background-color: #655105;
}
.BgClassName
{
background-color: #655105;
}
</style>
border-color css
<style>
span { border-color: #655105; }
span { border-color: rgb(101,81,5); }
td.TdClassName
{
border-color: #655105;
}
.TagClassName
{
border-color: #655105;
}
</style>