#674356

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

Shades of Finn #674356

Tints of Finn #674356

Color information

#674356 (or 0x674356) is unknown color: approx Finn. HEX triplet: 67, 43 and 56. RGB value is (103,67,86). Sum of RGB (Red+Green+Blue) = 103+67+86=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 103 - color contains mainly: red. Hex color #674356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674356 is #98BCA9. Grayscale: #4F4F4F. Windows color (decimal): -10009770 or 5653351. OLE color: 5653351.

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

Color convert

RGB1036786-
CMYK00.350.170.60
HSL328.33º21.18%33.33%-
HSV(B)328.33º34.95%40.39%-
XYZ9.287.579.78-
YUV79.93131.43144.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.23%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=40.23%
G=26.17%
B=33.59%

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
Decimal103678600.350.170.60328.3321.1833.33
Hex674356023113C1481521
Octal14710312604321745102541
Binary11001111000011101011001000111000111110010100100010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674356; }

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

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

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

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

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

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

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

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