Shades of Raw Umber #654A02
Tints of Raw Umber #654A02
RGB
CMYK
RGB Variations
Color information
#654A02 (or 0x654A02) is known color: Raw Umber. HEX triplet: 65, 4A and 02. RGB value is (101,74,2). Sum of RGB (Red+Green+Blue) = 101+74+2=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #654A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654A02 is #9AB5FD. Grayscale: #4A4A4A. Windows color (decimal): -10139134 or 150117. OLE color: 150117.
HSL color Cylindrical-coordinate representation of color #654A02: hue angle of 43.64º 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 #654A02 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 74 | 2 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.60 |
| HSL | 43.64º | 0.96% | 0.2% | - |
| HSV(B) | 43.64º | 0.98% | 0.4% | - |
| XYZ | 7.83 | 7.67 | 1.13 | - |
| YUV | 73.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 2 | 0 | 0.27 | 0.98 | 0.60 | 43.64 | 0.96 | 0.2 |
| Hex | 65 | 4A | 2 | 0 | 1B | 62 | 3C | 2C | 60 | 14 |
| Octal | 145 | 112 | 2 | 0 | 33 | 142 | 74 | 54 | 140 | 24 |
| Binary | 1100101 | 1001010 | 10 | 0 | 11011 | 1100010 | 111100 | 101100 | 1100000 | 10100 |
Color Harmonies of #654A02
Complementary color
Monochromatic Colors of #654A02
Black with #654A02
Text Example
Text Example
White with #654A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A02; }
p { color: rgb(101,74,2); }
H1.HeaderClassName
{
color: #654A02;
}
.AnyTagClassName
{
color: #654A02;
}
</style>
background-color css
<style>
a { background-color: #654A02; }
a { background-color: rgb(101,74,2); }
div.DivClassName
{
background-color: #654A02;
}
.BgClassName
{
background-color: #654A02;
}
</style>
border-color css
<style>
span { border-color: #654A02; }
span { border-color: rgb(101,74,2); }
td.TdClassName
{
border-color: #654A02;
}
.TagClassName
{
border-color: #654A02;
}
</style>