Shades of Raw Umber #655600
Tints of Raw Umber #655600
RGB
CMYK
RGB Variations
Color information
#655600 (or 0x655600) is known color: Raw Umber. HEX triplet: 65, 56 and 00. RGB value is (101,86,0). Sum of RGB (Red+Green+Blue) = 101+86+0=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #655600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655600 is #9AA9FF. Grayscale: #515151. Windows color (decimal): -10136064 or 22117. OLE color: 22117.
HSL color Cylindrical-coordinate representation of color #655600: hue angle of 51.09º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #655600 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 86 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.60 |
| HSL | 51.09º | 1% | 0.2% | - |
| HSV(B) | 51.09º | 1% | 0.4% | - |
| XYZ | 8.69 | 9.42 | 1.36 | - |
| YUV | 80.68 | 82.47 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 0 | 0 | 0.15 | 1 | 0.60 | 51.09 | 1 | 0.2 |
| Hex | 65 | 56 | 0 | 0 | F | 64 | 3C | 33 | 64 | 14 |
| Octal | 145 | 126 | 0 | 0 | 17 | 144 | 74 | 63 | 144 | 24 |
| Binary | 1100101 | 1010110 | 0 | 0 | 1111 | 1100100 | 111100 | 110011 | 1100100 | 10100 |
Color Harmonies of #655600
Complementary color
Monochromatic Colors of #655600
Black with #655600
Text Example
Text Example
White with #655600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655600; }
p { color: rgb(101,86,0); }
H1.HeaderClassName
{
color: #655600;
}
.AnyTagClassName
{
color: #655600;
}
</style>
background-color css
<style>
a { background-color: #655600; }
a { background-color: rgb(101,86,0); }
div.DivClassName
{
background-color: #655600;
}
.BgClassName
{
background-color: #655600;
}
</style>
border-color css
<style>
span { border-color: #655600; }
span { border-color: rgb(101,86,0); }
td.TdClassName
{
border-color: #655600;
}
.TagClassName
{
border-color: #655600;
}
</style>