#674855

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

Shades of Finn #674855

Tints of Finn #674855

Color information

#674855 (or 0x674855) is unknown color: approx Finn. HEX triplet: 67, 48 and 55. RGB value is (103,72,85). Sum of RGB (Red+Green+Blue) = 103+72+85=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 103 - color contains mainly: red. Hex color #674855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674855 is #98B7AA. Grayscale: #525252. Windows color (decimal): -10008491 or 5589095. OLE color: 5589095.

HSL color Cylindrical-coordinate representation of color #674855: hue angle of 334.84º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #674855 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB1037285-
CMYK00.300.170.60
HSL334.84º17.71%34.31%-
HSV(B)334.84º30.1%40.39%-
XYZ9.558.179.67-
YUV82.75129.27142.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.62%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 85 (33.59% from 255) = 32.69%
R=39.62%
G=27.69%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103728500.300.170.60334.8417.7134.31
Hex67485501E113C14f1222
Octal14711012503621745172242
Binary1100111100100010101010111101000111110010100111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674855; }

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

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

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

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

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

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

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

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