Shades of Raw Umber #655104
Tints of Raw Umber #655104
RGB
CMYK
RGB Variations
Color information
#655104 (or 0x655104) is known color: Raw Umber. HEX triplet: 65, 51 and 04. RGB value is (101,81,4). Sum of RGB (Red+Green+Blue) = 101+81+4=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #655104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655104 is #9AAEFB. Grayscale: #4E4E4E. Windows color (decimal): -10137340 or 282981. OLE color: 282981.
HSL color Cylindrical-coordinate representation of color #655104: hue angle of 47.63º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #655104 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 81 | 4 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.60 |
| HSL | 47.63º | 0.92% | 0.21% | - |
| HSV(B) | 47.63º | 0.96% | 0.4% | - |
| XYZ | 8.33 | 8.66 | 1.35 | - |
| YUV | 78.2 | 86.13 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 4 | 0 | 0.20 | 0.96 | 0.60 | 47.63 | 0.92 | 0.21 |
| Hex | 65 | 51 | 4 | 0 | 14 | 60 | 3C | 30 | 5C | 15 |
| Octal | 145 | 121 | 4 | 0 | 24 | 140 | 74 | 60 | 134 | 25 |
| Binary | 1100101 | 1010001 | 100 | 0 | 10100 | 1100000 | 111100 | 110000 | 1011100 | 10101 |
Color Harmonies of #655104
Complementary color
Monochromatic Colors of #655104
Black with #655104
Text Example
Text Example
White with #655104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655104; }
p { color: rgb(101,81,4); }
H1.HeaderClassName
{
color: #655104;
}
.AnyTagClassName
{
color: #655104;
}
</style>
background-color css
<style>
a { background-color: #655104; }
a { background-color: rgb(101,81,4); }
div.DivClassName
{
background-color: #655104;
}
.BgClassName
{
background-color: #655104;
}
</style>
border-color css
<style>
span { border-color: #655104; }
span { border-color: rgb(101,81,4); }
td.TdClassName
{
border-color: #655104;
}
.TagClassName
{
border-color: #655104;
}
</style>