#65394F

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

Shades of Finn #65394F

Tints of Finn #65394F

Color information

#65394F (or 0x65394F) is unknown color: approx Finn. HEX triplet: 65, 39 and 4F. RGB value is (101,57,79). Sum of RGB (Red+Green+Blue) = 101+57+79=237 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.62% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 101 - color contains mainly: red. Hex color #65394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65394F is #9AC6B0. Grayscale: #484848. Windows color (decimal): -10143409 or 5192037. OLE color: 5192037.

HSL color Cylindrical-coordinate representation of color #65394F: hue angle of 330º 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 #65394F is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB1015779-
CMYK00.440.220.60
HSL330º27.85%30.98%-
HSV(B)330º43.56%39.61%-
XYZ8.246.268.17-
YUV72.66131.58148.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.62%
GREEN value IS 57 (22.66% from 255) = 24.05%
BLUE value IS 79 (31.25% from 255) = 33.33%
R=42.62%
G=24.05%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101577900.440.220.6033027.8530.98
Hex65394F02C163C14a1c1f
Octal1457111705426745123437
Binary110010111100110011110101100101101111001010010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65394F; }

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

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

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

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

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

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

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

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