#653952

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

Shades of Finn #653952

Tints of Finn #653952

Color information

#653952 (or 0x653952) is unknown color: approx Finn. HEX triplet: 65, 39 and 52. RGB value is (101,57,82). Sum of RGB (Red+Green+Blue) = 101+57+82=240 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.08% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 101 - color contains mainly: red. Hex color #653952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653952 is #9AC6AD. Grayscale: #484848. Windows color (decimal): -10143406 or 5388645. OLE color: 5388645.

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

Color convert

RGB1015782-
CMYK00.440.190.60
HSL325.91º27.85%30.98%-
HSV(B)325.91º43.56%39.61%-
XYZ8.356.38.76-
YUV73.01133.08147.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.08%
GREEN value IS 57 (22.66% from 255) = 23.75%
BLUE value IS 82 (32.42% from 255) = 34.17%
R=42.08%
G=23.75%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101578200.440.190.60325.9127.8530.98
Hex65395202C133C1461c1f
Octal1457112205423745063437
Binary110010111100110100100101100100111111001010001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653952; }

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

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

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

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

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

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

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

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