#674959

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

Shades of Finn #674959

Tints of Finn #674959

Color information

#674959 (or 0x674959) is unknown color: approx Finn. HEX triplet: 67, 49 and 59. RGB value is (103,73,89). Sum of RGB (Red+Green+Blue) = 103+73+89=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 103 - color contains mainly: red. Hex color #674959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674959 is #98B6A6. Grayscale: #535353. Windows color (decimal): -10008231 or 5851495. OLE color: 5851495.

HSL color Cylindrical-coordinate representation of color #674959: hue angle of 328º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #674959 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB1037389-
CMYK00.290.140.60
HSL328º17.05%34.51%-
HSV(B)328º29.13%40.39%-
XYZ9.788.3710.55-
YUV83.79130.94141.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.87%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 89 (35.16% from 255) = 33.58%
R=38.87%
G=27.55%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103738900.290.140.6032817.0534.51
Hex67495901DE3C1481123
Octal14711113103516745102143
Binary110011110010011011001011101111011110010100100010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674959; }

 p { color: rgb(103,73,89); }

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

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

 a { background-color: rgb(103,73,89); }

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

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

 span { border-color: rgb(103,73,89); }

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