#65525A

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

Shades of Finn #65525A

Tints of Finn #65525A

Color information

#65525A (or 0x65525A) is unknown color: approx Finn. HEX triplet: 65, 52 and 5A. RGB value is (101,82,90). Sum of RGB (Red+Green+Blue) = 101+82+90=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 101 - color contains mainly: red. Hex color #65525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65525A is #9AADA5. Grayscale: #585858. Windows color (decimal): -10136998 or 5919333. OLE color: 5919333.

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

Color convert

RGB1018290-
CMYK00.190.110.60
HSL334.74º10.38%35.88%-
HSV(B)334.74º18.81%39.61%-
XYZ10.239.5410.98-
YUV88.59128.79136.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.00%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=37.00%
G=30.04%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101829000.190.110.60334.7410.3835.88
Hex65525A013B3C14fa24
Octal14512213202313745171244
Binary11001011010010101101001001110111111001010011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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