Shades of Raw Umber #655605
Tints of Raw Umber #655605
RGB
CMYK
RGB Variations
Color information
#655605 (or 0x655605) is known color: Raw Umber. HEX triplet: 65, 56 and 05. RGB value is (101,86,5). Sum of RGB (Red+Green+Blue) = 101+86+5=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #655605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655605 is #9AA9FA. Grayscale: #515151. Windows color (decimal): -10136059 or 349797. OLE color: 349797.
HSL color Cylindrical-coordinate representation of color #655605: hue angle of 50.62º 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 #655605 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 86 | 5 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.60 |
| HSL | 50.63º | 0.91% | 0.21% | - |
| HSV(B) | 50.63º | 0.95% | 0.4% | - |
| XYZ | 8.72 | 9.43 | 1.5 | - |
| YUV | 81.25 | 84.97 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 5 | 0 | 0.15 | 0.95 | 0.60 | 50.63 | 0.91 | 0.21 |
| Hex | 65 | 56 | 5 | 0 | F | 5F | 3C | 33 | 5B | 15 |
| Octal | 145 | 126 | 5 | 0 | 17 | 137 | 74 | 63 | 133 | 25 |
| Binary | 1100101 | 1010110 | 101 | 0 | 1111 | 1011111 | 111100 | 110011 | 1011011 | 10101 |
Color Harmonies of #655605
Complementary color
Monochromatic Colors of #655605
Black with #655605
Text Example
Text Example
White with #655605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655605; }
p { color: rgb(101,86,5); }
H1.HeaderClassName
{
color: #655605;
}
.AnyTagClassName
{
color: #655605;
}
</style>
background-color css
<style>
a { background-color: #655605; }
a { background-color: rgb(101,86,5); }
div.DivClassName
{
background-color: #655605;
}
.BgClassName
{
background-color: #655605;
}
</style>
border-color css
<style>
span { border-color: #655605; }
span { border-color: rgb(101,86,5); }
td.TdClassName
{
border-color: #655605;
}
.TagClassName
{
border-color: #655605;
}
</style>