#6F5340

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

Shades of Spice #6F5340

Tints of Spice #6F5340

Color information

#6F5340 (or 0x6F5340) is unknown color: approx Spice. HEX triplet: 6F, 53 and 40. RGB value is (111,83,64). Sum of RGB (Red+Green+Blue) = 111+83+64=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5340 is #90ACBF. Grayscale: #595959. Windows color (decimal): -9481408 or 4215663. OLE color: 4215663.

HSL color Cylindrical-coordinate representation of color #6F5340: hue angle of 24.26º 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 #6F5340 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB1118364-
CMYK00.250.420.56
HSL24.26º26.86%34.31%-
HSV(B)24.26º42.34%43.53%-
XYZ10.579.946.21-
YUV89.21113.78143.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.02%
GREEN value IS 83 (32.81% from 255) = 32.17%
BLUE value IS 64 (25.39% from 255) = 24.81%
R=43.02%
G=32.17%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111836400.250.420.5624.2626.8634.31
Hex6F53400192A38181b22
Octal1571231000315270303342
Binary1101111101001110000000110011010101110001100011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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