#674355

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

Shades of Finn #674355

Tints of Finn #674355

Color information

#674355 (or 0x674355) is unknown color: approx Finn. HEX triplet: 67, 43 and 55. RGB value is (103,67,85). Sum of RGB (Red+Green+Blue) = 103+67+85=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 103 - color contains mainly: red. Hex color #674355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674355 is #98BCAA. Grayscale: #4F4F4F. Windows color (decimal): -10009771 or 5587815. OLE color: 5587815.

HSL color Cylindrical-coordinate representation of color #674355: hue angle of 330º 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 #674355 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB1036785-
CMYK00.350.170.60
HSL330º21.18%33.33%-
HSV(B)330º34.95%40.39%-
XYZ9.247.559.57-
YUV79.82130.93144.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.39%
GREEN value IS 67 (26.56% from 255) = 26.27%
BLUE value IS 85 (33.59% from 255) = 33.33%
R=40.39%
G=26.27%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103678500.350.170.6033021.1833.33
Hex674355023113C14a1521
Octal14710312504321745122541
Binary11001111000011101010101000111000111110010100101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674355; }

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

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

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

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

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

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

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

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