#654052

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

Shades of Finn #654052

Tints of Finn #654052

Color information

#654052 (or 0x654052) is unknown color: approx Finn. HEX triplet: 65, 40 and 52. RGB value is (101,64,82). Sum of RGB (Red+Green+Blue) = 101+64+82=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #654052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654052 is #9ABFAD. Grayscale: #4D4D4D. Windows color (decimal): -10141614 or 5390437. OLE color: 5390437.

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

Color convert

RGB1016482-
CMYK00.370.190.60
HSL330.81º22.42%32.35%-
HSV(B)330.81º36.63%39.61%-
XYZ8.727.048.88-
YUV77.11130.76145.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.89%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=40.89%
G=25.91%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101648200.370.190.60330.8122.4232.35
Hex654052025133C14b1620
Octal14510012204523745132640
Binary11001011000000101001001001011001111110010100101110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654052; }

 p { color: rgb(101,64,82); }

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

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

 a { background-color: rgb(101,64,82); }

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

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

 span { border-color: rgb(101,64,82); }

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