#6C3854

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

Shades of Finn #6C3854

Tints of Finn #6C3854

Color information

#6C3854 (or 0x6C3854) is unknown color: approx Finn. HEX triplet: 6C, 38 and 54. RGB value is (108,56,84). Sum of RGB (Red+Green+Blue) = 108+56+84=248 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.55% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3854 is #93C7AB. Grayscale: #4A4A4A. Windows color (decimal): -9684908 or 5519468. OLE color: 5519468.

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

Color convert

RGB1085684-
CMYK00.480.220.58
HSL327.69º31.71%32.16%-
HSV(B)327.69º48.15%42.35%-
XYZ9.26.669.19-
YUV74.74133.23151.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.55%
GREEN value IS 56 (22.27% from 255) = 22.58%
BLUE value IS 84 (33.20% from 255) = 33.87%
R=43.55%
G=22.58%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108568400.480.220.58327.6931.7132.16
Hex6C3854030163A1482020
Octal1547012406026725104040
Binary11011001110001010100011000010110111010101001000100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,56,84); }

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

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

 a { background-color: rgb(108,56,84); }

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

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

 span { border-color: rgb(108,56,84); }

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