Shades of Spice #6B503C
Tints of Spice #6B503C
RGB
CMYK
RGB Variations
Color information
#6B503C (or 0x6B503C) is known color: Spice. HEX triplet: 6B, 50 and 3C. RGB value is (107,80,60). Sum of RGB (Red+Green+Blue) = 107+80+60=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 107 - color contains mainly: red. Hex color #6B503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B503C is #94AFC3. Grayscale: #555555. Windows color (decimal): -9744324 or 3952747. OLE color: 3952747.
HSL color Cylindrical-coordinate representation of color #6B503C: hue angle of 25.53º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B503C is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 80 | 60 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.58 |
| HSL | 25.53º | 0.28% | 0.33% | - |
| HSV(B) | 25.53º | 0.44% | 0.42% | - |
| XYZ | 9.75 | 9.19 | 5.53 | - |
| YUV | 85.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 60 | 0 | 0.25 | 0.44 | 0.58 | 25.53 | 0.28 | 0.33 |
| Hex | 6B | 50 | 3C | 0 | 19 | 2C | 3A | 1A | 1C | 21 |
| Octal | 153 | 120 | 74 | 0 | 31 | 54 | 72 | 32 | 34 | 41 |
| Binary | 1101011 | 1010000 | 111100 | 0 | 11001 | 101100 | 111010 | 11010 | 11100 | 100001 |
Color Harmonies of #6B503C
Complementary color
Monochromatic Colors of #6B503C
Black with #6B503C
Text Example
Text Example
White with #6B503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B503C; }
p { color: rgb(107,80,60); }
H1.HeaderClassName
{
color: #6B503C;
}
.AnyTagClassName
{
color: #6B503C;
}
</style>
background-color css
<style>
a { background-color: #6B503C; }
a { background-color: rgb(107,80,60); }
div.DivClassName
{
background-color: #6B503C;
}
.BgClassName
{
background-color: #6B503C;
}
</style>
border-color css
<style>
span { border-color: #6B503C; }
span { border-color: rgb(107,80,60); }
td.TdClassName
{
border-color: #6B503C;
}
.TagClassName
{
border-color: #6B503C;
}
</style>