#6A553C

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

Shades of Tobacco Brown #6A553C

Tints of Tobacco Brown #6A553C

Color information

#6A553C (or 0x6A553C) is unknown color: approx Tobacco Brown. HEX triplet: 6A, 55 and 3C. RGB value is (106,85,60). Sum of RGB (Red+Green+Blue) = 106+85+60=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 106 - color contains mainly: red. Hex color #6A553C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A553C is #95AAC3. Grayscale: #585858. Windows color (decimal): -9808580 or 3954026. OLE color: 3954026.

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

Color convert

RGB1068560-
CMYK00.200.430.58
HSL32.61º27.71%32.55%-
HSV(B)32.61º43.4%41.57%-
XYZ10.019.895.66-
YUV88.43111.96140.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.23%
GREEN value IS 85 (33.59% from 255) = 33.86%
BLUE value IS 60 (23.83% from 255) = 23.90%
R=42.23%
G=33.86%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106856000.200.430.5832.6127.7132.55
Hex6A553C0142B3A211c21
Octal152125740245372413441
Binary1101010101010111110001010010101111101010000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,85,60); }

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

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

 a { background-color: rgb(106,85,60); }

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

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

 span { border-color: rgb(106,85,60); }

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