#674254

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

Shades of Finn #674254

Tints of Finn #674254

Color information

#674254 (or 0x674254) is unknown color: approx Finn. HEX triplet: 67, 42 and 54. RGB value is (103,66,84). Sum of RGB (Red+Green+Blue) = 103+66+84=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 103 - color contains mainly: red. Hex color #674254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674254 is #98BDAB. Grayscale: #4F4F4F. Windows color (decimal): -10010028 or 5522023. OLE color: 5522023.

HSL color Cylindrical-coordinate representation of color #674254: hue angle of 330.81º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #674254 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB1036684-
CMYK00.360.180.60
HSL330.81º21.89%33.14%-
HSV(B)330.81º35.92%40.39%-
XYZ9.147.429.34-
YUV79.11130.76145.04-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.71%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 84 (33.20% from 255) = 33.20%
R=40.71%
G=26.09%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103668400.360.180.60330.8121.8933.14
Hex674254024123C14b1621
Octal14710212404422745132641
Binary11001111000010101010001001001001011110010100101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674254; }

 p { color: rgb(103,66,84); }

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

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

 a { background-color: rgb(103,66,84); }

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

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

 span { border-color: rgb(103,66,84); }

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