#6F5A40

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

Shades of Tobacco Brown #6F5A40

Tints of Tobacco Brown #6F5A40

Color information

#6F5A40 (or 0x6F5A40) is unknown color: approx Tobacco Brown. HEX triplet: 6F, 5A and 40. RGB value is (111,90,64). Sum of RGB (Red+Green+Blue) = 111+90+64=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5A40 is #90A5BF. Grayscale: #5D5D5D. Windows color (decimal): -9479616 or 4217455. OLE color: 4217455.

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

Color convert

RGB1119064-
CMYK00.190.420.56
HSL33.19º26.86%34.31%-
HSV(B)33.19º42.34%43.53%-
XYZ11.1411.066.4-
YUV93.32111.46140.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.89%
GREEN value IS 90 (35.55% from 255) = 33.96%
BLUE value IS 64 (25.39% from 255) = 24.15%
R=41.89%
G=33.96%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111906400.190.420.5633.1926.8634.31
Hex6F5A400132A38211b22
Octal1571321000235270413342
Binary11011111011010100000001001110101011100010000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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