#6F513F

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

Shades of Spice #6F513F

Tints of Spice #6F513F

Color information

#6F513F (or 0x6F513F) is unknown color: approx Spice. HEX triplet: 6F, 51 and 3F. RGB value is (111,81,63). Sum of RGB (Red+Green+Blue) = 111+81+63=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F513F is #90AEC0. Grayscale: #585858. Windows color (decimal): -9481921 or 4149615. OLE color: 4149615.

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

Color convert

RGB1118163-
CMYK00.270.430.56
HSL22.5º27.59%34.12%-
HSV(B)22.5º43.24%43.53%-
XYZ10.49.626.01-
YUV87.92113.94144.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.53%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 63 (25% from 255) = 24.71%
R=43.53%
G=31.76%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111816300.270.430.5622.527.5934.12
Hex6F513F01B2B38171c22
Octal157121770335370273442
Binary110111110100011111110110111010111110001011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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