#6B5A47

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

Shades of Tobacco Brown #6B5A47

Tints of Tobacco Brown #6B5A47

Color information

#6B5A47 (or 0x6B5A47) is unknown color: approx Tobacco Brown. HEX triplet: 6B, 5A and 47. RGB value is (107,90,71). Sum of RGB (Red+Green+Blue) = 107+90+71=268 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.93% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5A47 is #94A5B8. Grayscale: #5D5D5D. Windows color (decimal): -9741753 or 4676203. OLE color: 4676203.

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

Color convert

RGB1079071-
CMYK00.160.340.58
HSL31.67º20.22%34.9%-
HSV(B)31.67º33.64%41.96%-
XYZ10.8610.897.49-
YUV92.92115.63138.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.93%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 71 (28.12% from 255) = 26.49%
R=39.93%
G=33.58%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107907100.160.340.5831.6720.2234.9
Hex6B5A47010223A201423
Octal1531321070204272402443
Binary11010111011010100011101000010001011101010000010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,90,71); }

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

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

 a { background-color: rgb(107,90,71); }

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

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

 span { border-color: rgb(107,90,71); }

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