#674552

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

Shades of Finn #674552

Tints of Finn #674552

Color information

#674552 (or 0x674552) is unknown color: approx Finn. HEX triplet: 67, 45 and 52. RGB value is (103,69,82). Sum of RGB (Red+Green+Blue) = 103+69+82=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 103 - color contains mainly: red. Hex color #674552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674552 is #98BAAD. Grayscale: #505050. Windows color (decimal): -10009262 or 5391719. OLE color: 5391719.

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

Color convert

RGB1036982-
CMYK00.330.200.60
HSL337.06º19.77%33.73%-
HSV(B)337.06º33.01%40.39%-
XYZ9.247.758.99-
YUV80.65128.76143.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.55%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 82 (32.42% from 255) = 32.28%
R=40.55%
G=27.17%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103698200.330.200.60337.0619.7733.73
Hex674552021143C1511422
Octal14710512204124745212442
Binary11001111000101101001001000011010011110010101000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674552; }

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

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

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

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

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

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

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

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