#6C5846

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

Shades of Tobacco Brown #6C5846

Tints of Tobacco Brown #6C5846

Color information

#6C5846 (or 0x6C5846) is unknown color: approx Tobacco Brown. HEX triplet: 6C, 58 and 46. RGB value is (108,88,70). Sum of RGB (Red+Green+Blue) = 108+88+70=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5846 is #93A7B9. Grayscale: #5C5C5C. Windows color (decimal): -9676730 or 4610156. OLE color: 4610156.

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

Color convert

RGB1088870-
CMYK00.190.350.58
HSL28.42º21.35%34.9%-
HSV(B)28.42º35.19%42.35%-
XYZ10.7810.617.27-
YUV91.93115.63139.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.60%
GREEN value IS 88 (34.77% from 255) = 33.08%
BLUE value IS 70 (27.73% from 255) = 26.32%
R=40.60%
G=33.08%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108887000.190.350.5828.4221.3534.9
Hex6C5846013233A1c1523
Octal1541301060234372342543
Binary1101100101100010001100100111000111110101110010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,88,70); }

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

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

 a { background-color: rgb(108,88,70); }

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

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

 span { border-color: rgb(108,88,70); }

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