Shades of Raw Umber #654C01
Tints of Raw Umber #654C01
RGB
CMYK
RGB Variations
Color information
#654C01 (or 0x654C01) is known color: Raw Umber. HEX triplet: 65, 4C and 01. RGB value is (101,76,1). Sum of RGB (Red+Green+Blue) = 101+76+1=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #654C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654C01 is #9AB3FE. Grayscale: #4B4B4B. Windows color (decimal): -10138623 or 85093. OLE color: 85093.
HSL color Cylindrical-coordinate representation of color #654C01: hue angle of 45º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #654C01 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 76 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.60 |
| HSL | 45º | 0.98% | 0.2% | - |
| HSV(B) | 45º | 0.99% | 0.4% | - |
| XYZ | 7.96 | 7.94 | 1.14 | - |
| YUV | 74.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 1 | 0 | 0.25 | 0.99 | 0.60 | 45 | 0.98 | 0.2 |
| Hex | 65 | 4C | 1 | 0 | 19 | 63 | 3C | 2D | 62 | 14 |
| Octal | 145 | 114 | 1 | 0 | 31 | 143 | 74 | 55 | 142 | 24 |
| Binary | 1100101 | 1001100 | 1 | 0 | 11001 | 1100011 | 111100 | 101101 | 1100010 | 10100 |
Color Harmonies of #654C01
Complementary color
Monochromatic Colors of #654C01
Black with #654C01
Text Example
Text Example
White with #654C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654C01; }
p { color: rgb(101,76,1); }
H1.HeaderClassName
{
color: #654C01;
}
.AnyTagClassName
{
color: #654C01;
}
</style>
background-color css
<style>
a { background-color: #654C01; }
a { background-color: rgb(101,76,1); }
div.DivClassName
{
background-color: #654C01;
}
.BgClassName
{
background-color: #654C01;
}
</style>
border-color css
<style>
span { border-color: #654C01; }
span { border-color: rgb(101,76,1); }
td.TdClassName
{
border-color: #654C01;
}
.TagClassName
{
border-color: #654C01;
}
</style>