#674555

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

Shades of Finn #674555

Tints of Finn #674555

Color information

#674555 (or 0x674555) is unknown color: approx Finn. HEX triplet: 67, 45 and 55. RGB value is (103,69,85). Sum of RGB (Red+Green+Blue) = 103+69+85=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 103 - color contains mainly: red. Hex color #674555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674555 is #98BAAA. Grayscale: #505050. Windows color (decimal): -10009259 or 5588327. OLE color: 5588327.

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

Color convert

RGB1036985-
CMYK00.330.170.60
HSL331.76º19.77%33.73%-
HSV(B)331.76º33.01%40.39%-
XYZ9.367.89.61-
YUV80.99130.26143.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.08%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=40.08%
G=26.85%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103698500.330.170.60331.7619.7733.73
Hex674555021113C14c1422
Octal14710512504121745142442
Binary11001111000101101010101000011000111110010100110010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674555; }

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

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

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

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

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

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

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

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