Shades of Spice #674B3F
Tints of Spice #674B3F
RGB
CMYK
RGB Variations
Color information
#674B3F (or 0x674B3F) is known color: Spice. HEX triplet: 67, 4B and 3F. RGB value is (103,75,63). Sum of RGB (Red+Green+Blue) = 103+75+63=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 103 - color contains mainly: red. Hex color #674B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674B3F is #98B4C0. Grayscale: #525252. Windows color (decimal): -10007745 or 4148071. OLE color: 4148071.
HSL color Cylindrical-coordinate representation of color #674B3F: hue angle of 18º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #674B3F is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 75 | 63 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.60 |
| HSL | 18º | 0.24% | 0.33% | - |
| HSV(B) | 18º | 0.39% | 0.4% | - |
| XYZ | 9.01 | 8.27 | 5.83 | - |
| YUV | 82 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 63 | 0 | 0.27 | 0.39 | 0.60 | 18 | 0.24 | 0.33 |
| Hex | 67 | 4B | 3F | 0 | 1B | 27 | 3C | 12 | 18 | 21 |
| Octal | 147 | 113 | 77 | 0 | 33 | 47 | 74 | 22 | 30 | 41 |
| Binary | 1100111 | 1001011 | 111111 | 0 | 11011 | 100111 | 111100 | 10010 | 11000 | 100001 |
Color Harmonies of #674B3F
Complementary color
Monochromatic Colors of #674B3F
Black with #674B3F
Text Example
Text Example
White with #674B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674B3F; }
p { color: rgb(103,75,63); }
H1.HeaderClassName
{
color: #674B3F;
}
.AnyTagClassName
{
color: #674B3F;
}
</style>
background-color css
<style>
a { background-color: #674B3F; }
a { background-color: rgb(103,75,63); }
div.DivClassName
{
background-color: #674B3F;
}
.BgClassName
{
background-color: #674B3F;
}
</style>
border-color css
<style>
span { border-color: #674B3F; }
span { border-color: rgb(103,75,63); }
td.TdClassName
{
border-color: #674B3F;
}
.TagClassName
{
border-color: #674B3F;
}
</style>