Shades of Raw Umber #655905
Tints of Raw Umber #655905
RGB
CMYK
RGB Variations
Color information
#655905 (or 0x655905) is known color: Raw Umber. HEX triplet: 65, 59 and 05. RGB value is (101,89,5). Sum of RGB (Red+Green+Blue) = 101+89+5=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #655905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655905 is #9AA6FA. Grayscale: #535353. Windows color (decimal): -10135291 or 350565. OLE color: 350565.
HSL color Cylindrical-coordinate representation of color #655905: hue angle of 52.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 #655905 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 89 | 5 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.60 |
| HSL | 52.5º | 0.91% | 0.21% | - |
| HSV(B) | 52.5º | 0.95% | 0.4% | - |
| XYZ | 8.97 | 9.92 | 1.59 | - |
| YUV | 83.01 | 83.98 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 5 | 0 | 0.12 | 0.95 | 0.60 | 52.5 | 0.91 | 0.21 |
| Hex | 65 | 59 | 5 | 0 | C | 5F | 3C | 34 | 5B | 15 |
| Octal | 145 | 131 | 5 | 0 | 14 | 137 | 74 | 64 | 133 | 25 |
| Binary | 1100101 | 1011001 | 101 | 0 | 1100 | 1011111 | 111100 | 110100 | 1011011 | 10101 |
Color Harmonies of #655905
Complementary color
Monochromatic Colors of #655905
Black with #655905
Text Example
Text Example
White with #655905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655905; }
p { color: rgb(101,89,5); }
H1.HeaderClassName
{
color: #655905;
}
.AnyTagClassName
{
color: #655905;
}
</style>
background-color css
<style>
a { background-color: #655905; }
a { background-color: rgb(101,89,5); }
div.DivClassName
{
background-color: #655905;
}
.BgClassName
{
background-color: #655905;
}
</style>
border-color css
<style>
span { border-color: #655905; }
span { border-color: rgb(101,89,5); }
td.TdClassName
{
border-color: #655905;
}
.TagClassName
{
border-color: #655905;
}
</style>