#674A58

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

Shades of Finn #674A58

Tints of Finn #674A58

Color information

#674A58 (or 0x674A58) is unknown color: approx Finn. HEX triplet: 67, 4A and 58. RGB value is (103,74,88). Sum of RGB (Red+Green+Blue) = 103+74+88=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 103 - color contains mainly: red. Hex color #674A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674A58 is #98B5A7. Grayscale: #545454. Windows color (decimal): -10007976 or 5786215. OLE color: 5786215.

HSL color Cylindrical-coordinate representation of color #674A58: hue angle of 331.03º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #674A58 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB1037488-
CMYK00.280.150.60
HSL331.03º16.38%34.71%-
HSV(B)331.03º28.16%40.39%-
XYZ9.88.4910.35-
YUV84.27130.11141.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.87%
GREEN value IS 74 (29.30% from 255) = 27.92%
BLUE value IS 88 (34.77% from 255) = 33.21%
R=38.87%
G=27.92%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103748800.280.150.60331.0316.3834.71
Hex674A5801CF3C14b1023
Octal14711213003417745132043
Binary110011110010101011000011100111111110010100101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674A58; }

 p { color: rgb(103,74,88); }

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

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

 a { background-color: rgb(103,74,88); }

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

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

 span { border-color: rgb(103,74,88); }

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