Shades of Raw Umber #655601
Tints of Raw Umber #655601
RGB
CMYK
RGB Variations
Color information
#655601 (or 0x655601) is known color: Raw Umber. HEX triplet: 65, 56 and 01. RGB value is (101,86,1). Sum of RGB (Red+Green+Blue) = 101+86+1=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #655601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655601 is #9AA9FE. Grayscale: #515151. Windows color (decimal): -10136063 or 87653. OLE color: 87653.
HSL color Cylindrical-coordinate representation of color #655601: hue angle of 51º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #655601 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 86 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.60 |
| HSL | 51º | 0.98% | 0.2% | - |
| HSV(B) | 51º | 0.99% | 0.4% | - |
| XYZ | 8.7 | 9.42 | 1.39 | - |
| YUV | 80.8 | 82.97 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 1 | 0 | 0.15 | 0.99 | 0.60 | 51 | 0.98 | 0.2 |
| Hex | 65 | 56 | 1 | 0 | F | 63 | 3C | 33 | 62 | 14 |
| Octal | 145 | 126 | 1 | 0 | 17 | 143 | 74 | 63 | 142 | 24 |
| Binary | 1100101 | 1010110 | 1 | 0 | 1111 | 1100011 | 111100 | 110011 | 1100010 | 10100 |
Color Harmonies of #655601
Complementary color
Monochromatic Colors of #655601
Black with #655601
Text Example
Text Example
White with #655601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655601; }
p { color: rgb(101,86,1); }
H1.HeaderClassName
{
color: #655601;
}
.AnyTagClassName
{
color: #655601;
}
</style>
background-color css
<style>
a { background-color: #655601; }
a { background-color: rgb(101,86,1); }
div.DivClassName
{
background-color: #655601;
}
.BgClassName
{
background-color: #655601;
}
</style>
border-color css
<style>
span { border-color: #655601; }
span { border-color: rgb(101,86,1); }
td.TdClassName
{
border-color: #655601;
}
.TagClassName
{
border-color: #655601;
}
</style>