Shades of Spice #654A3D
Tints of Spice #654A3D
RGB
CMYK
RGB Variations
Color information
#654A3D (or 0x654A3D) is known color: Spice. HEX triplet: 65, 4A and 3D. RGB value is (101,74,61). Sum of RGB (Red+Green+Blue) = 101+74+61=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 101 - color contains mainly: red. Hex color #654A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654A3D is #9AB5C2. Grayscale: #505050. Windows color (decimal): -10139075 or 4016741. OLE color: 4016741.
HSL color Cylindrical-coordinate representation of color #654A3D: hue angle of 19.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #654A3D is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 74 | 61 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.60 |
| HSL | 19.5º | 0.25% | 0.32% | - |
| HSV(B) | 19.5º | 0.4% | 0.4% | - |
| XYZ | 8.66 | 8 | 5.5 | - |
| YUV | 80.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 61 | 0 | 0.27 | 0.40 | 0.60 | 19.5 | 0.25 | 0.32 |
| Hex | 65 | 4A | 3D | 0 | 1B | 28 | 3C | 14 | 19 | 20 |
| Octal | 145 | 112 | 75 | 0 | 33 | 50 | 74 | 24 | 31 | 40 |
| Binary | 1100101 | 1001010 | 111101 | 0 | 11011 | 101000 | 111100 | 10100 | 11001 | 100000 |
Color Harmonies of #654A3D
Complementary color
Monochromatic Colors of #654A3D
Black with #654A3D
Text Example
Text Example
White with #654A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A3D; }
p { color: rgb(101,74,61); }
H1.HeaderClassName
{
color: #654A3D;
}
.AnyTagClassName
{
color: #654A3D;
}
</style>
background-color css
<style>
a { background-color: #654A3D; }
a { background-color: rgb(101,74,61); }
div.DivClassName
{
background-color: #654A3D;
}
.BgClassName
{
background-color: #654A3D;
}
</style>
border-color css
<style>
span { border-color: #654A3D; }
span { border-color: rgb(101,74,61); }
td.TdClassName
{
border-color: #654A3D;
}
.TagClassName
{
border-color: #654A3D;
}
</style>