#6C3456

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

Shades of Finn #6C3456

Tints of Finn #6C3456

Color information

#6C3456 (or 0x6C3456) is unknown color: approx Finn. HEX triplet: 6C, 34 and 56. RGB value is (108,52,86). Sum of RGB (Red+Green+Blue) = 108+52+86=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3456 is #93CBA9. Grayscale: #484848. Windows color (decimal): -9685930 or 5649516. OLE color: 5649516.

HSL color Cylindrical-coordinate representation of color #6C3456: hue angle of 323.57º 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 #6C3456 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB1085286-
CMYK00.520.200.58
HSL323.57º35%31.37%-
HSV(B)323.57º51.85%42.35%-
XYZ9.096.329.54-
YUV72.62135.55153.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.90%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 86 (33.98% from 255) = 34.96%
R=43.90%
G=21.14%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108528600.520.200.58323.573531.37
Hex6C3456034143A144231f
Octal1546412606424725044337
Binary1101100110100101011001101001010011101010100010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,52,86); }

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

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

 a { background-color: rgb(108,52,86); }

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

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

 span { border-color: rgb(108,52,86); }

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