#6A553F

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

Shades of Tobacco Brown #6A553F

Tints of Tobacco Brown #6A553F

Color information

#6A553F (or 0x6A553F) is unknown color: approx Tobacco Brown. HEX triplet: 6A, 55 and 3F. RGB value is (106,85,63). Sum of RGB (Red+Green+Blue) = 106+85+63=254 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.73% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 106 - color contains mainly: red. Hex color #6A553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A553F is #95AAC0. Grayscale: #585858. Windows color (decimal): -9808577 or 4150634. OLE color: 4150634.

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

Color convert

RGB1068563-
CMYK00.200.410.58
HSL30.7º25.44%33.14%-
HSV(B)30.7º40.57%41.57%-
XYZ10.099.926.09-
YUV88.77113.46140.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.73%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 63 (25% from 255) = 24.80%
R=41.73%
G=33.46%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106856300.200.410.5830.725.4433.14
Hex6A553F014293A1f1921
Octal152125770245172373141
Binary110101010101011111110101001010011110101111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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