Shades of Raw Umber #654B02
Tints of Raw Umber #654B02
RGB
CMYK
RGB Variations
Color information
#654B02 (or 0x654B02) is known color: Raw Umber. HEX triplet: 65, 4B and 02. RGB value is (101,75,2). Sum of RGB (Red+Green+Blue) = 101+75+2=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #654B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654B02 is #9AB4FD. Grayscale: #4A4A4A. Windows color (decimal): -10138878 or 150373. OLE color: 150373.
HSL color Cylindrical-coordinate representation of color #654B02: hue angle of 44.24º 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 #654B02 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 75 | 2 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.60 |
| HSL | 44.24º | 0.96% | 0.2% | - |
| HSV(B) | 44.24º | 0.98% | 0.4% | - |
| XYZ | 7.89 | 7.8 | 1.15 | - |
| YUV | 74.45 | 87.11 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 2 | 0 | 0.26 | 0.98 | 0.60 | 44.24 | 0.96 | 0.2 |
| Hex | 65 | 4B | 2 | 0 | 1A | 62 | 3C | 2C | 60 | 14 |
| Octal | 145 | 113 | 2 | 0 | 32 | 142 | 74 | 54 | 140 | 24 |
| Binary | 1100101 | 1001011 | 10 | 0 | 11010 | 1100010 | 111100 | 101100 | 1100000 | 10100 |
Color Harmonies of #654B02
Complementary color
Monochromatic Colors of #654B02
Black with #654B02
Text Example
Text Example
White with #654B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654B02; }
p { color: rgb(101,75,2); }
H1.HeaderClassName
{
color: #654B02;
}
.AnyTagClassName
{
color: #654B02;
}
</style>
background-color css
<style>
a { background-color: #654B02; }
a { background-color: rgb(101,75,2); }
div.DivClassName
{
background-color: #654B02;
}
.BgClassName
{
background-color: #654B02;
}
</style>
border-color css
<style>
span { border-color: #654B02; }
span { border-color: rgb(101,75,2); }
td.TdClassName
{
border-color: #654B02;
}
.TagClassName
{
border-color: #654B02;
}
</style>