#6F5942

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

Shades of Tobacco Brown #6F5942

Tints of Tobacco Brown #6F5942

Color information

#6F5942 (or 0x6F5942) is unknown color: approx Tobacco Brown. HEX triplet: 6F, 59 and 42. RGB value is (111,89,66). Sum of RGB (Red+Green+Blue) = 111+89+66=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5942 is #90A6BD. Grayscale: #5D5D5D. Windows color (decimal): -9479870 or 4348271. OLE color: 4348271.

HSL color Cylindrical-coordinate representation of color #6F5942: hue angle of 30.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F5942 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1118966-
CMYK00.200.410.56
HSL30.67º25.42%34.71%-
HSV(B)30.67º40.54%43.53%-
XYZ11.1110.926.68-
YUV92.96112.79140.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.73%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 66 (26.17% from 255) = 24.81%
R=41.73%
G=33.46%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111896600.200.410.5630.6725.4234.71
Hex6F594201429381f1923
Octal1571311020245170373143
Binary1101111101100110000100101001010011110001111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,89,66); }

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

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

 a { background-color: rgb(111,89,66); }

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

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

 span { border-color: rgb(111,89,66); }

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