Shades of Spice #634D3F
Tints of Spice #634D3F
RGB
CMYK
RGB Variations
Color information
#634D3F (or 0x634D3F) is known color: Spice. HEX triplet: 63, 4D and 3F. RGB value is (99,77,63). Sum of RGB (Red+Green+Blue) = 99+77+63=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #634D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D3F is #9CB2C0. Grayscale: #525252. Windows color (decimal): -10269377 or 4148579. OLE color: 4148579.
HSL color Cylindrical-coordinate representation of color #634D3F: hue angle of 23.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #634D3F is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 77 | 63 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.61 |
| HSL | 23.33º | 0.22% | 0.32% | - |
| HSV(B) | 23.33º | 0.36% | 0.39% | - |
| XYZ | 8.7 | 8.32 | 5.85 | - |
| YUV | 81.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 63 | 0 | 0.22 | 0.36 | 0.61 | 23.33 | 0.22 | 0.32 |
| Hex | 63 | 4D | 3F | 0 | 16 | 24 | 3D | 17 | 16 | 20 |
| Octal | 143 | 115 | 77 | 0 | 26 | 44 | 75 | 27 | 26 | 40 |
| Binary | 1100011 | 1001101 | 111111 | 0 | 10110 | 100100 | 111101 | 10111 | 10110 | 100000 |
Color Harmonies of #634D3F
Complementary color
Monochromatic Colors of #634D3F
Black with #634D3F
Text Example
Text Example
White with #634D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D3F; }
p { color: rgb(99,77,63); }
H1.HeaderClassName
{
color: #634D3F;
}
.AnyTagClassName
{
color: #634D3F;
}
</style>
background-color css
<style>
a { background-color: #634D3F; }
a { background-color: rgb(99,77,63); }
div.DivClassName
{
background-color: #634D3F;
}
.BgClassName
{
background-color: #634D3F;
}
</style>
border-color css
<style>
span { border-color: #634D3F; }
span { border-color: rgb(99,77,63); }
td.TdClassName
{
border-color: #634D3F;
}
.TagClassName
{
border-color: #634D3F;
}
</style>