#65515A

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

Shades of Finn #65515A

Tints of Finn #65515A

Color information

#65515A (or 0x65515A) is unknown color: approx Finn. HEX triplet: 65, 51 and 5A. RGB value is (101,81,90). Sum of RGB (Red+Green+Blue) = 101+81+90=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 101 - color contains mainly: red. Hex color #65515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65515A is #9AAEA5. Grayscale: #575757. Windows color (decimal): -10137254 or 5919077. OLE color: 5919077.

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

Color convert

RGB1018190-
CMYK00.200.110.60
HSL333º10.99%35.69%-
HSV(B)333º19.8%39.61%-
XYZ10.159.3910.95-
YUV88.01129.13137.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.13%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=37.13%
G=29.78%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101819000.200.110.6033310.9935.69
Hex65515A014B3C14db24
Octal14512113202413745151344
Binary11001011010001101101001010010111111001010011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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