#6F513E

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

Shades of Spice #6F513E

Tints of Spice #6F513E

Color information

#6F513E (or 0x6F513E) is unknown color: approx Spice. HEX triplet: 6F, 51 and 3E. RGB value is (111,81,62). Sum of RGB (Red+Green+Blue) = 111+81+62=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F513E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F513E is #90AEC1. Grayscale: #575757. Windows color (decimal): -9481922 or 4084079. OLE color: 4084079.

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

Color convert

RGB1118162-
CMYK00.270.440.56
HSL23.27º28.32%33.92%-
HSV(B)23.27º44.14%43.53%-
XYZ10.379.615.87-
YUV87.8113.44144.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.70%
GREEN value IS 81 (32.03% from 255) = 31.89%
BLUE value IS 62 (24.61% from 255) = 24.41%
R=43.70%
G=31.89%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111816200.270.440.5623.2728.3233.92
Hex6F513E01B2C38171c22
Octal157121760335470273442
Binary110111110100011111100110111011001110001011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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