#6F5043

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

Shades of Spice #6F5043

Tints of Spice #6F5043

Color information

#6F5043 (or 0x6F5043) is unknown color: approx Spice. HEX triplet: 6F, 50 and 43. RGB value is (111,80,67). Sum of RGB (Red+Green+Blue) = 111+80+67=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5043 is #90AFBC. Grayscale: #575757. Windows color (decimal): -9482173 or 4411503. OLE color: 4411503.

HSL color Cylindrical-coordinate representation of color #6F5043: hue angle of 17.73º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F5043 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1118067-
CMYK00.280.400.56
HSL17.73º24.72%34.9%-
HSV(B)17.73º39.64%43.53%-
XYZ10.449.526.6-
YUV87.79116.27144.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.02%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 67 (26.56% from 255) = 25.97%
R=43.02%
G=31.01%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111806700.280.400.5617.7324.7234.9
Hex6F504301C2838121923
Octal1571201030345070223143
Binary1101111101000010000110111001010001110001001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,80,67); }

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

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

 a { background-color: rgb(111,80,67); }

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

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

 span { border-color: rgb(111,80,67); }

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