#6A3656

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

Shades of Finn #6A3656

Tints of Finn #6A3656

Color information

#6A3656 (or 0x6A3656) is unknown color: approx Finn. HEX triplet: 6A, 36 and 56. RGB value is (106,54,86). Sum of RGB (Red+Green+Blue) = 106+54+86=246 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.09% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3656 is #95C9A9. Grayscale: #494949. Windows color (decimal): -9816490 or 5650026. OLE color: 5650026.

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

Color convert

RGB1065486-
CMYK00.490.190.58
HSL323.08º32.5%31.37%-
HSV(B)323.08º49.06%41.57%-
XYZ8.946.379.56-
YUV73.2135.23151.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.09%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 86 (33.98% from 255) = 34.96%
R=43.09%
G=21.95%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106548600.490.190.58323.0832.531.37
Hex6A3656031133A143201f
Octal1526612606123725034037
Binary1101010110110101011001100011001111101010100001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,54,86); }

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

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

 a { background-color: rgb(106,54,86); }

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

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

 span { border-color: rgb(106,54,86); }

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