#6C4152

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

Shades of Finn #6C4152

Tints of Finn #6C4152

Color information

#6C4152 (or 0x6C4152) is unknown color: approx Finn. HEX triplet: 6C, 41 and 52. RGB value is (108,65,82). Sum of RGB (Red+Green+Blue) = 108+65+82=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4152 is #93BEAD. Grayscale: #4F4F4F. Windows color (decimal): -9682606 or 5390700. OLE color: 5390700.

HSL color Cylindrical-coordinate representation of color #6C4152: hue angle of 336.28º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C4152 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB1086582-
CMYK00.400.240.58
HSL336.28º24.86%33.92%-
HSV(B)336.28º39.81%42.35%-
XYZ9.67.588.94-
YUV79.8129.25148.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.35%
GREEN value IS 65 (25.78% from 255) = 25.49%
BLUE value IS 82 (32.42% from 255) = 32.16%
R=42.35%
G=25.49%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108658200.400.240.58336.2824.8633.92
Hex6C4152028183A1501922
Octal15410112205030725203142
Binary11011001000001101001001010001100011101010101000011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,65,82); }

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

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

 a { background-color: rgb(108,65,82); }

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

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

 span { border-color: rgb(108,65,82); }

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