#6E5A45

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

Shades of Tobacco Brown #6E5A45

Tints of Tobacco Brown #6E5A45

Color information

#6E5A45 (or 0x6E5A45) is unknown color: approx Tobacco Brown. HEX triplet: 6E, 5A and 45. RGB value is (110,90,69). Sum of RGB (Red+Green+Blue) = 110+90+69=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5A45 is #91A5BA. Grayscale: #5D5D5D. Windows color (decimal): -9545147 or 4545134. OLE color: 4545134.

HSL color Cylindrical-coordinate representation of color #6E5A45: hue angle of 30.73º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E5A45 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB1109069-
CMYK00.180.370.57
HSL30.73º22.91%35.1%-
HSV(B)30.73º37.27%43.14%-
XYZ11.1611.067.18-
YUV93.59114.13139.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.89%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 69 (27.34% from 255) = 25.65%
R=40.89%
G=33.46%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110906900.180.370.5730.7322.9135.1
Hex6E5A4501225391f1723
Octal1561321050224571372743
Binary1101110101101010001010100101001011110011111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,90,69); }

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

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

 a { background-color: rgb(110,90,69); }

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

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

 span { border-color: rgb(110,90,69); }

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