Shades of Raw Umber #655202
Tints of Raw Umber #655202
RGB
CMYK
RGB Variations
Color information
#655202 (or 0x655202) is known color: Raw Umber. HEX triplet: 65, 52 and 02. RGB value is (101,82,2). Sum of RGB (Red+Green+Blue) = 101+82+2=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #655202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655202 is #9AADFD. Grayscale: #4E4E4E. Windows color (decimal): -10137086 or 152165. OLE color: 152165.
HSL color Cylindrical-coordinate representation of color #655202: hue angle of 48.48º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #655202 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 82 | 2 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.60 |
| HSL | 48.48º | 0.96% | 0.2% | - |
| HSV(B) | 48.48º | 0.98% | 0.4% | - |
| XYZ | 8.4 | 8.81 | 1.31 | - |
| YUV | 78.56 | 84.79 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 2 | 0 | 0.19 | 0.98 | 0.60 | 48.48 | 0.96 | 0.2 |
| Hex | 65 | 52 | 2 | 0 | 13 | 62 | 3C | 30 | 60 | 14 |
| Octal | 145 | 122 | 2 | 0 | 23 | 142 | 74 | 60 | 140 | 24 |
| Binary | 1100101 | 1010010 | 10 | 0 | 10011 | 1100010 | 111100 | 110000 | 1100000 | 10100 |
Color Harmonies of #655202
Complementary color
Monochromatic Colors of #655202
Black with #655202
Text Example
Text Example
White with #655202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655202; }
p { color: rgb(101,82,2); }
H1.HeaderClassName
{
color: #655202;
}
.AnyTagClassName
{
color: #655202;
}
</style>
background-color css
<style>
a { background-color: #655202; }
a { background-color: rgb(101,82,2); }
div.DivClassName
{
background-color: #655202;
}
.BgClassName
{
background-color: #655202;
}
</style>
border-color css
<style>
span { border-color: #655202; }
span { border-color: rgb(101,82,2); }
td.TdClassName
{
border-color: #655202;
}
.TagClassName
{
border-color: #655202;
}
</style>