Shades of Raw Umber #655207
Tints of Raw Umber #655207
RGB
CMYK
RGB Variations
Color information
#655207 (or 0x655207) is known color: Raw Umber. HEX triplet: 65, 52 and 07. RGB value is (101,82,7). Sum of RGB (Red+Green+Blue) = 101+82+7=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #655207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655207 is #9AADF8. Grayscale: #4F4F4F. Windows color (decimal): -10137081 or 479845. OLE color: 479845.
HSL color Cylindrical-coordinate representation of color #655207: hue angle of 47.87º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #655207 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 82 | 7 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.60 |
| HSL | 47.87º | 0.87% | 0.21% | - |
| HSV(B) | 47.87º | 0.93% | 0.4% | - |
| XYZ | 8.42 | 8.82 | 1.46 | - |
| YUV | 79.13 | 87.29 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 7 | 0 | 0.19 | 0.93 | 0.60 | 47.87 | 0.87 | 0.21 |
| Hex | 65 | 52 | 7 | 0 | 13 | 5D | 3C | 30 | 57 | 15 |
| Octal | 145 | 122 | 7 | 0 | 23 | 135 | 74 | 60 | 127 | 25 |
| Binary | 1100101 | 1010010 | 111 | 0 | 10011 | 1011101 | 111100 | 110000 | 1010111 | 10101 |
Color Harmonies of #655207
Complementary color
Monochromatic Colors of #655207
Black with #655207
Text Example
Text Example
White with #655207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655207; }
p { color: rgb(101,82,7); }
H1.HeaderClassName
{
color: #655207;
}
.AnyTagClassName
{
color: #655207;
}
</style>
background-color css
<style>
a { background-color: #655207; }
a { background-color: rgb(101,82,7); }
div.DivClassName
{
background-color: #655207;
}
.BgClassName
{
background-color: #655207;
}
</style>
border-color css
<style>
span { border-color: #655207; }
span { border-color: rgb(101,82,7); }
td.TdClassName
{
border-color: #655207;
}
.TagClassName
{
border-color: #655207;
}
</style>