#6A5947

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

Shades of Tobacco Brown #6A5947

Tints of Tobacco Brown #6A5947

Color information

#6A5947 (or 0x6A5947) is unknown color: approx Tobacco Brown. HEX triplet: 6A, 59 and 47. RGB value is (106,89,71). Sum of RGB (Red+Green+Blue) = 106+89+71=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5947 is #95A6B8. Grayscale: #5C5C5C. Windows color (decimal): -9807545 or 4675946. OLE color: 4675946.

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

Color convert

RGB1068971-
CMYK00.160.330.58
HSL30.86º19.77%34.71%-
HSV(B)30.86º33.02%41.57%-
XYZ10.6510.667.46-
YUV92.03116.13137.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.85%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 71 (28.12% from 255) = 26.69%
R=39.85%
G=33.46%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106897100.160.330.5830.8619.7734.71
Hex6A5947010213A1f1423
Octal1521311070204172372443
Binary1101010101100110001110100001000011110101111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,89,71); }

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

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

 a { background-color: rgb(106,89,71); }

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

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

 span { border-color: rgb(106,89,71); }

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