#6F5840

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

Shades of Tobacco Brown #6F5840

Tints of Tobacco Brown #6F5840

Color information

#6F5840 (or 0x6F5840) is unknown color: approx Tobacco Brown. HEX triplet: 6F, 58 and 40. RGB value is (111,88,64). Sum of RGB (Red+Green+Blue) = 111+88+64=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5840 is #90A7BF. Grayscale: #5C5C5C. Windows color (decimal): -9480128 or 4216943. OLE color: 4216943.

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

Color convert

RGB1118864-
CMYK00.210.420.56
HSL30.64º26.86%34.31%-
HSV(B)30.64º42.34%43.53%-
XYZ10.9710.736.34-
YUV92.14112.12141.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.21%
GREEN value IS 88 (34.77% from 255) = 33.46%
BLUE value IS 64 (25.39% from 255) = 24.33%
R=42.21%
G=33.46%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111886400.210.420.5630.6426.8634.31
Hex6F58400152A381f1b22
Octal1571301000255270373342
Binary1101111101100010000000101011010101110001111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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