#6F5240

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

Shades of Spice #6F5240

Tints of Spice #6F5240

Color information

#6F5240 (or 0x6F5240) is unknown color: approx Spice. HEX triplet: 6F, 52 and 40. RGB value is (111,82,64). Sum of RGB (Red+Green+Blue) = 111+82+64=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5240 is #90ADBF. Grayscale: #585858. Windows color (decimal): -9481664 or 4215407. OLE color: 4215407.

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

Color convert

RGB1118264-
CMYK00.260.420.56
HSL22.98º26.86%34.31%-
HSV(B)22.98º42.34%43.53%-
XYZ10.59.786.19-
YUV88.62114.11143.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.19%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 64 (25.39% from 255) = 24.90%
R=43.19%
G=31.91%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111826400.260.420.5622.9826.8634.31
Hex6F524001A2A38171b22
Octal1571221000325270273342
Binary1101111101001010000000110101010101110001011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,82,64); }

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

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

 a { background-color: rgb(111,82,64); }

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

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

 span { border-color: rgb(111,82,64); }

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