#6A3353

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

Shades of Finn #6A3353

Tints of Finn #6A3353

Color information

#6A3353 (or 0x6A3353) is unknown color: approx Finn. HEX triplet: 6A, 33 and 53. RGB value is (106,51,83). Sum of RGB (Red+Green+Blue) = 106+51+83=240 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.17% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3353 is #95CCAC. Grayscale: #474747. Windows color (decimal): -9817261 or 5452650. OLE color: 5452650.

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

Color convert

RGB1065183-
CMYK00.520.220.58
HSL325.09º35.03%30.78%-
HSV(B)325.09º51.89%41.57%-
XYZ8.696.068.89-
YUV71.09134.72152.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.17%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 83 (32.81% from 255) = 34.58%
R=44.17%
G=21.25%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106518300.520.220.58325.0935.0330.78
Hex6A3353034163A145231f
Octal1526312306426725054337
Binary1101010110011101001101101001011011101010100010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,51,83); }

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

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

 a { background-color: rgb(106,51,83); }

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

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

 span { border-color: rgb(106,51,83); }

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