#6A553B

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

Shades of Tobacco Brown #6A553B

Tints of Tobacco Brown #6A553B

Color information

#6A553B (or 0x6A553B) is unknown color: approx Tobacco Brown. HEX triplet: 6A, 55 and 3B. RGB value is (106,85,59). Sum of RGB (Red+Green+Blue) = 106+85+59=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 106 - color contains mainly: red. Hex color #6A553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A553B is #95AAC4. Grayscale: #585858. Windows color (decimal): -9808581 or 3888490. OLE color: 3888490.

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

Color convert

RGB1068559-
CMYK00.200.440.58
HSL33.19º28.48%32.35%-
HSV(B)33.19º44.34%41.57%-
XYZ9.989.885.52-
YUV88.32111.46140.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.4%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 59 (23.44% from 255) = 23.6%
R=42.4%
G=34%
B=23.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106855900.200.440.5833.1928.4832.35
Hex6A553B0142C3A211c20
Octal152125730245472413440
Binary1101010101010111101101010010110011101010000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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