#6F5540

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

Shades of Tobacco Brown #6F5540

Tints of Tobacco Brown #6F5540

Color information

#6F5540 (or 0x6F5540) is unknown color: approx Tobacco Brown. HEX triplet: 6F, 55 and 40. RGB value is (111,85,64). Sum of RGB (Red+Green+Blue) = 111+85+64=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5540 is #90AABF. Grayscale: #5A5A5A. Windows color (decimal): -9480896 or 4216175. OLE color: 4216175.

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

Color convert

RGB1118564-
CMYK00.230.420.56
HSL26.81º26.86%34.31%-
HSV(B)26.81º42.34%43.53%-
XYZ10.7310.256.26-
YUV90.38113.11142.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.69%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 64 (25.39% from 255) = 24.62%
R=42.69%
G=32.69%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111856400.230.420.5626.8126.8634.31
Hex6F55400172A381b1b22
Octal1571251000275270333342
Binary1101111101010110000000101111010101110001101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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