#674358

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

Shades of Finn #674358

Tints of Finn #674358

Color information

#674358 (or 0x674358) is unknown color: approx Finn. HEX triplet: 67, 43 and 58. RGB value is (103,67,88). Sum of RGB (Red+Green+Blue) = 103+67+88=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 103 - color contains mainly: red. Hex color #674358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674358 is #98BCA7. Grayscale: #505050. Windows color (decimal): -10009768 or 5784423. OLE color: 5784423.

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

Color convert

RGB1036788-
CMYK00.350.150.60
HSL325º21.18%33.33%-
HSV(B)325º34.95%40.39%-
XYZ9.367.610.21-
YUV80.16132.43144.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.92%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=39.92%
G=25.97%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103678800.350.150.6032521.1833.33
Hex674358023F3C1451521
Octal14710313004317745052541
Binary1100111100001110110000100011111111110010100010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674358; }

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

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

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

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

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

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

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

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