#6A5B45

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

Shades of Tobacco Brown #6A5B45

Tints of Tobacco Brown #6A5B45

Color information

#6A5B45 (or 0x6A5B45) is unknown color: approx Tobacco Brown. HEX triplet: 6A, 5B and 45. RGB value is (106,91,69). Sum of RGB (Red+Green+Blue) = 106+91+69=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5B45 is #95A4BA. Grayscale: #5D5D5D. Windows color (decimal): -9807035 or 4545386. OLE color: 4545386.

HSL color Cylindrical-coordinate representation of color #6A5B45: hue angle of 35.68º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6A5B45 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB1069169-
CMYK00.140.350.58
HSL35.68º21.14%34.31%-
HSV(B)35.68º34.91%41.57%-
XYZ10.7610.987.18-
YUV92.98114.47137.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.85%
GREEN value IS 91 (35.94% from 255) = 34.21%
BLUE value IS 69 (27.34% from 255) = 25.94%
R=39.85%
G=34.21%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106916900.140.350.5835.6821.1434.31
Hex6A5B450E233A241522
Octal1521331050164372442542
Binary1101010101101110001010111010001111101010010010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,91,69); }

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

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

 a { background-color: rgb(106,91,69); }

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

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

 span { border-color: rgb(106,91,69); }

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