#653852

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

Shades of Finn #653852

Tints of Finn #653852

Color information

#653852 (or 0x653852) is unknown color: approx Finn. HEX triplet: 65, 38 and 52. RGB value is (101,56,82). Sum of RGB (Red+Green+Blue) = 101+56+82=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 101 - color contains mainly: red. Hex color #653852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653852 is #9AC7AD. Grayscale: #484848. Windows color (decimal): -10143662 or 5388389. OLE color: 5388389.

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

Color convert

RGB1015682-
CMYK00.450.190.60
HSL325.33º28.66%30.78%-
HSV(B)325.33º44.55%39.61%-
XYZ8.36.28.74-
YUV72.42133.41148.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.26%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 82 (32.42% from 255) = 34.31%
R=42.26%
G=23.43%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101568200.450.190.60325.3328.6630.78
Hex65385202D133C1451d1f
Octal1457012205523745053537
Binary110010111100010100100101101100111111001010001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653852; }

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

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

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

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

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

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

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

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