#674050

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

Shades of Finn #674050

Tints of Finn #674050

Color information

#674050 (or 0x674050) is unknown color: approx Finn. HEX triplet: 67, 40 and 50. RGB value is (103,64,80). Sum of RGB (Red+Green+Blue) = 103+64+80=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 103 - color contains mainly: red. Hex color #674050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674050 is #98BFAF. Grayscale: #4D4D4D. Windows color (decimal): -10010544 or 5259367. OLE color: 5259367.

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

Color convert

RGB1036480-
CMYK00.380.220.60
HSL335.38º23.35%32.75%-
HSV(B)335.38º37.86%40.39%-
XYZ8.877.138.5-
YUV77.48129.42146.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.70%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=41.70%
G=25.91%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103648000.380.220.60335.3823.3532.75
Hex674050026163C14f1721
Octal14710012004626745172741
Binary11001111000000101000001001101011011110010100111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674050; }

 p { color: rgb(103,64,80); }

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

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

 a { background-color: rgb(103,64,80); }

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

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

 span { border-color: rgb(103,64,80); }

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