#6F5642

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

Shades of Tobacco Brown #6F5642

Tints of Tobacco Brown #6F5642

Color information

#6F5642 (or 0x6F5642) is unknown color: approx Tobacco Brown. HEX triplet: 6F, 56 and 42. RGB value is (111,86,66). Sum of RGB (Red+Green+Blue) = 111+86+66=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5642 is #90A9BD. Grayscale: #5B5B5B. Windows color (decimal): -9480638 or 4347503. OLE color: 4347503.

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

Color convert

RGB1118666-
CMYK00.230.410.56
HSL26.67º25.42%34.71%-
HSV(B)26.67º40.54%43.53%-
XYZ10.8710.436.59-
YUV91.2113.78142.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.21%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 66 (26.17% from 255) = 25.10%
R=42.21%
G=32.70%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111866600.230.410.5626.6725.4234.71
Hex6F564201729381b1923
Octal1571261020275170333143
Binary1101111101011010000100101111010011110001101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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