Shades of Spice #634A3D
Tints of Spice #634A3D
RGB
CMYK
RGB Variations
Color information
#634A3D (or 0x634A3D) is known color: Spice. HEX triplet: 63, 4A and 3D. RGB value is (99,74,61). Sum of RGB (Red+Green+Blue) = 99+74+61=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 99 - color contains mainly: red. Hex color #634A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A3D is #9CB5C2. Grayscale: #505050. Windows color (decimal): -10270147 or 4016739. OLE color: 4016739.
HSL color Cylindrical-coordinate representation of color #634A3D: hue angle of 20.53º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #634A3D is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 74 | 61 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.61 |
| HSL | 20.53º | 0.24% | 0.31% | - |
| HSV(B) | 20.53º | 0.38% | 0.39% | - |
| XYZ | 8.44 | 7.89 | 5.49 | - |
| YUV | 79.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 61 | 0 | 0.25 | 0.38 | 0.61 | 20.53 | 0.24 | 0.31 |
| Hex | 63 | 4A | 3D | 0 | 19 | 26 | 3D | 15 | 18 | 1F |
| Octal | 143 | 112 | 75 | 0 | 31 | 46 | 75 | 25 | 30 | 37 |
| Binary | 1100011 | 1001010 | 111101 | 0 | 11001 | 100110 | 111101 | 10101 | 11000 | 11111 |
Color Harmonies of #634A3D
Complementary color
Monochromatic Colors of #634A3D
Black with #634A3D
Text Example
Text Example
White with #634A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A3D; }
p { color: rgb(99,74,61); }
H1.HeaderClassName
{
color: #634A3D;
}
.AnyTagClassName
{
color: #634A3D;
}
</style>
background-color css
<style>
a { background-color: #634A3D; }
a { background-color: rgb(99,74,61); }
div.DivClassName
{
background-color: #634A3D;
}
.BgClassName
{
background-color: #634A3D;
}
</style>
border-color css
<style>
span { border-color: #634A3D; }
span { border-color: rgb(99,74,61); }
td.TdClassName
{
border-color: #634A3D;
}
.TagClassName
{
border-color: #634A3D;
}
</style>