#65535C

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

Shades of Finn #65535C

Tints of Finn #65535C

Color information

#65535C (or 0x65535C) is unknown color: approx Finn. HEX triplet: 65, 53 and 5C. RGB value is (101,83,92). Sum of RGB (Red+Green+Blue) = 101+83+92=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 101 - color contains mainly: red. Hex color #65535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65535C is #9AACA3. Grayscale: #595959. Windows color (decimal): -10136740 or 6050661. OLE color: 6050661.

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

Color convert

RGB1018392-
CMYK00.180.090.60
HSL330º9.78%36.08%-
HSV(B)330º17.82%39.61%-
XYZ10.399.7311.45-
YUV89.41129.46136.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.59%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=36.59%
G=30.07%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101839200.180.090.603309.7836.08
Hex65535C01293C14aa24
Octal14512313402211745121244
Binary11001011010011101110001001010011111001010010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65535C; }

 p { color: rgb(101,83,92); }

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

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

 a { background-color: rgb(101,83,92); }

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

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

 span { border-color: rgb(101,83,92); }

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