Shades of Raw Umber #655102
Tints of Raw Umber #655102
RGB
CMYK
RGB Variations
Color information
#655102 (or 0x655102) is known color: Raw Umber. HEX triplet: 65, 51 and 02. RGB value is (101,81,2). Sum of RGB (Red+Green+Blue) = 101+81+2=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #655102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655102 is #9AAEFD. Grayscale: #4E4E4E. Windows color (decimal): -10137342 or 151909. OLE color: 151909.
HSL color Cylindrical-coordinate representation of color #655102: hue angle of 47.88º 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 #655102 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 81 | 2 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.60 |
| HSL | 47.88º | 0.96% | 0.2% | - |
| HSV(B) | 47.88º | 0.98% | 0.4% | - |
| XYZ | 8.32 | 8.66 | 1.29 | - |
| YUV | 77.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 2 | 0 | 0.20 | 0.98 | 0.60 | 47.88 | 0.96 | 0.2 |
| Hex | 65 | 51 | 2 | 0 | 14 | 62 | 3C | 30 | 60 | 14 |
| Octal | 145 | 121 | 2 | 0 | 24 | 142 | 74 | 60 | 140 | 24 |
| Binary | 1100101 | 1010001 | 10 | 0 | 10100 | 1100010 | 111100 | 110000 | 1100000 | 10100 |
Color Harmonies of #655102
Complementary color
Monochromatic Colors of #655102
Black with #655102
Text Example
Text Example
White with #655102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655102; }
p { color: rgb(101,81,2); }
H1.HeaderClassName
{
color: #655102;
}
.AnyTagClassName
{
color: #655102;
}
</style>
background-color css
<style>
a { background-color: #655102; }
a { background-color: rgb(101,81,2); }
div.DivClassName
{
background-color: #655102;
}
.BgClassName
{
background-color: #655102;
}
</style>
border-color css
<style>
span { border-color: #655102; }
span { border-color: rgb(101,81,2); }
td.TdClassName
{
border-color: #655102;
}
.TagClassName
{
border-color: #655102;
}
</style>