#6C4658

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

Shades of Finn #6C4658

Tints of Finn #6C4658

Color information

#6C4658 (or 0x6C4658) is unknown color: approx Finn. HEX triplet: 6C, 46 and 58. RGB value is (108,70,88). Sum of RGB (Red+Green+Blue) = 108+70+88=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4658 is #93B9A7. Grayscale: #535353. Windows color (decimal): -9681320 or 5785196. OLE color: 5785196.

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

Color convert

RGB1087088-
CMYK00.350.190.58
HSL331.58º21.35%34.9%-
HSV(B)331.58º35.19%42.35%-
XYZ10.148.2710.3-
YUV83.41130.59145.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.60%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 88 (34.77% from 255) = 33.08%
R=40.60%
G=26.32%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108708800.350.190.58331.5821.3534.9
Hex6C4658023133A14c1523
Octal15410613004323725142543
Binary11011001000110101100001000111001111101010100110010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,70,88); }

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

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

 a { background-color: rgb(108,70,88); }

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

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

 span { border-color: rgb(108,70,88); }

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