Shades of Raw Umber #655402
Tints of Raw Umber #655402
RGB
CMYK
RGB Variations
Color information
#655402 (or 0x655402) is known color: Raw Umber. HEX triplet: 65, 54 and 02. RGB value is (101,84,2). Sum of RGB (Red+Green+Blue) = 101+84+2=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #655402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655402 is #9AABFD. Grayscale: #505050. Windows color (decimal): -10136574 or 152677. OLE color: 152677.
HSL color Cylindrical-coordinate representation of color #655402: hue angle of 49.7º 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 #655402 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 84 | 2 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.60 |
| HSL | 49.7º | 0.96% | 0.2% | - |
| HSV(B) | 49.7º | 0.98% | 0.4% | - |
| XYZ | 8.55 | 9.11 | 1.37 | - |
| YUV | 79.74 | 84.13 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 2 | 0 | 0.17 | 0.98 | 0.60 | 49.7 | 0.96 | 0.2 |
| Hex | 65 | 54 | 2 | 0 | 11 | 62 | 3C | 32 | 60 | 14 |
| Octal | 145 | 124 | 2 | 0 | 21 | 142 | 74 | 62 | 140 | 24 |
| Binary | 1100101 | 1010100 | 10 | 0 | 10001 | 1100010 | 111100 | 110010 | 1100000 | 10100 |
Color Harmonies of #655402
Complementary color
Monochromatic Colors of #655402
Black with #655402
Text Example
Text Example
White with #655402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655402; }
p { color: rgb(101,84,2); }
H1.HeaderClassName
{
color: #655402;
}
.AnyTagClassName
{
color: #655402;
}
</style>
background-color css
<style>
a { background-color: #655402; }
a { background-color: rgb(101,84,2); }
div.DivClassName
{
background-color: #655402;
}
.BgClassName
{
background-color: #655402;
}
</style>
border-color css
<style>
span { border-color: #655402; }
span { border-color: rgb(101,84,2); }
td.TdClassName
{
border-color: #655402;
}
.TagClassName
{
border-color: #655402;
}
</style>