Shades of Raw Umber #654C02
Tints of Raw Umber #654C02
RGB
CMYK
RGB Variations
Color information
#654C02 (or 0x654C02) is known color: Raw Umber. HEX triplet: 65, 4C and 02. RGB value is (101,76,2). Sum of RGB (Red+Green+Blue) = 101+76+2=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #654C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654C02 is #9AB3FD. Grayscale: #4B4B4B. Windows color (decimal): -10138622 or 150629. OLE color: 150629.
HSL color Cylindrical-coordinate representation of color #654C02: hue angle of 44.85º 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 #654C02 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 76 | 2 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.60 |
| HSL | 44.85º | 0.96% | 0.2% | - |
| HSV(B) | 44.85º | 0.98% | 0.4% | - |
| XYZ | 7.96 | 7.94 | 1.17 | - |
| YUV | 75.04 | 86.78 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 2 | 0 | 0.25 | 0.98 | 0.60 | 44.85 | 0.96 | 0.2 |
| Hex | 65 | 4C | 2 | 0 | 19 | 62 | 3C | 2D | 60 | 14 |
| Octal | 145 | 114 | 2 | 0 | 31 | 142 | 74 | 55 | 140 | 24 |
| Binary | 1100101 | 1001100 | 10 | 0 | 11001 | 1100010 | 111100 | 101101 | 1100000 | 10100 |
Color Harmonies of #654C02
Complementary color
Monochromatic Colors of #654C02
Black with #654C02
Text Example
Text Example
White with #654C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654C02; }
p { color: rgb(101,76,2); }
H1.HeaderClassName
{
color: #654C02;
}
.AnyTagClassName
{
color: #654C02;
}
</style>
background-color css
<style>
a { background-color: #654C02; }
a { background-color: rgb(101,76,2); }
div.DivClassName
{
background-color: #654C02;
}
.BgClassName
{
background-color: #654C02;
}
</style>
border-color css
<style>
span { border-color: #654C02; }
span { border-color: rgb(101,76,2); }
td.TdClassName
{
border-color: #654C02;
}
.TagClassName
{
border-color: #654C02;
}
</style>