Shades of Spice #634A3E
Tints of Spice #634A3E
RGB
CMYK
RGB Variations
Color information
#634A3E (or 0x634A3E) is known color: Spice. HEX triplet: 63, 4A and 3E. RGB value is (99,74,62). Sum of RGB (Red+Green+Blue) = 99+74+62=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #634A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A3E is #9CB5C1. Grayscale: #505050. Windows color (decimal): -10270146 or 4082275. OLE color: 4082275.
HSL color Cylindrical-coordinate representation of color #634A3E: hue angle of 19.46º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #634A3E is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 74 | 62 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.61 |
| HSL | 19.46º | 0.23% | 0.32% | - |
| HSV(B) | 19.46º | 0.37% | 0.39% | - |
| XYZ | 8.46 | 7.9 | 5.64 | - |
| YUV | 80.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 62 | 0 | 0.25 | 0.37 | 0.61 | 19.46 | 0.23 | 0.32 |
| Hex | 63 | 4A | 3E | 0 | 19 | 25 | 3D | 13 | 17 | 20 |
| Octal | 143 | 112 | 76 | 0 | 31 | 45 | 75 | 23 | 27 | 40 |
| Binary | 1100011 | 1001010 | 111110 | 0 | 11001 | 100101 | 111101 | 10011 | 10111 | 100000 |
Color Harmonies of #634A3E
Complementary color
Monochromatic Colors of #634A3E
Black with #634A3E
Text Example
Text Example
White with #634A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A3E; }
p { color: rgb(99,74,62); }
H1.HeaderClassName
{
color: #634A3E;
}
.AnyTagClassName
{
color: #634A3E;
}
</style>
background-color css
<style>
a { background-color: #634A3E; }
a { background-color: rgb(99,74,62); }
div.DivClassName
{
background-color: #634A3E;
}
.BgClassName
{
background-color: #634A3E;
}
</style>
border-color css
<style>
span { border-color: #634A3E; }
span { border-color: rgb(99,74,62); }
td.TdClassName
{
border-color: #634A3E;
}
.TagClassName
{
border-color: #634A3E;
}
</style>