#65505A

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

Shades of Finn #65505A

Tints of Finn #65505A

Color information

#65505A (or 0x65505A) is unknown color: approx Finn. HEX triplet: 65, 50 and 5A. RGB value is (101,80,90). Sum of RGB (Red+Green+Blue) = 101+80+90=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 101 - color contains mainly: red. Hex color #65505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65505A is #9AAFA5. Grayscale: #575757. Windows color (decimal): -10137510 or 5918821. OLE color: 5918821.

HSL color Cylindrical-coordinate representation of color #65505A: hue angle of 331.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #65505A is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB1018090-
CMYK00.210.110.60
HSL331.43º11.6%35.49%-
HSV(B)331.43º20.79%39.61%-
XYZ10.089.2410.93-
YUV87.42129.46137.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.27%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 90 (35.55% from 255) = 33.21%
R=37.27%
G=29.52%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101809000.210.110.60331.4311.635.49
Hex65505A015B3C14bc23
Octal14512013202513745131443
Binary11001011010000101101001010110111111001010010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65505A; }

 p { color: rgb(101,80,90); }

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

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

 a { background-color: rgb(101,80,90); }

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

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

 span { border-color: rgb(101,80,90); }

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