Shades of Raw Umber #655C02
Tints of Raw Umber #655C02
RGB
CMYK
RGB Variations
Color information
#655C02 (or 0x655C02) is known color: Raw Umber. HEX triplet: 65, 5C and 02. RGB value is (101,92,2). Sum of RGB (Red+Green+Blue) = 101+92+2=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #655C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655C02 is #9AA3FD. Grayscale: #545454. Windows color (decimal): -10134526 or 154725. OLE color: 154725.
HSL color Cylindrical-coordinate representation of color #655C02: hue angle of 54.55º 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 #655C02 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 2 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.60 |
| HSL | 54.55º | 0.96% | 0.2% | - |
| HSV(B) | 54.55º | 0.98% | 0.4% | - |
| XYZ | 9.2 | 10.43 | 1.58 | - |
| YUV | 84.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 2 | 0 | 0.09 | 0.98 | 0.60 | 54.55 | 0.96 | 0.2 |
| Hex | 65 | 5C | 2 | 0 | 9 | 62 | 3C | 37 | 60 | 14 |
| Octal | 145 | 134 | 2 | 0 | 11 | 142 | 74 | 67 | 140 | 24 |
| Binary | 1100101 | 1011100 | 10 | 0 | 1001 | 1100010 | 111100 | 110111 | 1100000 | 10100 |
Color Harmonies of #655C02
Complementary color
Monochromatic Colors of #655C02
Black with #655C02
Text Example
Text Example
White with #655C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C02; }
p { color: rgb(101,92,2); }
H1.HeaderClassName
{
color: #655C02;
}
.AnyTagClassName
{
color: #655C02;
}
</style>
background-color css
<style>
a { background-color: #655C02; }
a { background-color: rgb(101,92,2); }
div.DivClassName
{
background-color: #655C02;
}
.BgClassName
{
background-color: #655C02;
}
</style>
border-color css
<style>
span { border-color: #655C02; }
span { border-color: rgb(101,92,2); }
td.TdClassName
{
border-color: #655C02;
}
.TagClassName
{
border-color: #655C02;
}
</style>