#674A5E

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

Shades of Finn #674A5E

Tints of Finn #674A5E

Color information

#674A5E (or 0x674A5E) is unknown color: approx Finn. HEX triplet: 67, 4A and 5E. RGB value is (103,74,94). Sum of RGB (Red+Green+Blue) = 103+74+94=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 103 - color contains mainly: red. Hex color #674A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674A5E is #98B5A1. Grayscale: #545454. Windows color (decimal): -10007970 or 6179431. OLE color: 6179431.

HSL color Cylindrical-coordinate representation of color #674A5E: hue angle of 318.62º 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 #674A5E is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB1037494-
CMYK00.280.090.60
HSL318.62º16.38%34.71%-
HSV(B)318.62º28.16%40.39%-
XYZ10.068.5911.72-
YUV84.95133.11140.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.01%
GREEN value IS 74 (29.30% from 255) = 27.31%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=38.01%
G=27.31%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103749400.280.090.60318.6216.3834.71
Hex674A5E01C93C13f1023
Octal14711213603411744772043
Binary110011110010101011110011100100111110010011111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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