#6F5144

Color #6F5144 Spice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spice #6F5144

Tints of Spice #6F5144

Color information

#6F5144 (or 0x6F5144) is unknown color: approx Spice. HEX triplet: 6F, 51 and 44. RGB value is (111,81,68). Sum of RGB (Red+Green+Blue) = 111+81+68=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5144 is #90AEBB. Grayscale: #585858. Windows color (decimal): -9481916 or 4477295. OLE color: 4477295.

HSL color Cylindrical-coordinate representation of color #6F5144: hue angle of 18.14º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F5144 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB1118168-
CMYK00.270.390.56
HSL18.14º24.02%35.1%-
HSV(B)18.14º38.74%43.53%-
XYZ10.549.686.78-
YUV88.49116.44144.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 42.69%
GREEN value IS 81 (32.03% from 255) = 31.15%
BLUE value IS 68 (26.95% from 255) = 26.15%
R=42.69%
G=31.15%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111816800.270.390.5618.1424.0235.1
Hex6F514401B2738121823
Octal1571211040334770223043
Binary1101111101000110001000110111001111110001001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F5144; }

 p { color: rgb(111,81,68); }

 H1.HeaderClassName
 {
   color: #6F5144;
 }
 .AnyTagClassName
 {
   color: #6F5144;
 }
</style>
background-color css

<style>
 a { background-color: #6F5144; }

 a { background-color: rgb(111,81,68); }

 div.DivClassName
 {
   background-color: #6F5144;
 }
 .BgClassName
 {
   background-color: #6F5144;
 }
</style>
border-color css

<style>
 span { border-color: #6F5144; }

 span { border-color: rgb(111,81,68); }

 td.TdClassName
 {
   border-color: #6F5144;
 }
 .TagClassName
 {
   border-color: #6F5144;
 }
</style>