#64535C

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

Shades of Finn #64535C

Tints of Finn #64535C

Color information

#64535C (or 0x64535C) is unknown color: approx Finn. HEX triplet: 64, 53 and 5C. RGB value is (100,83,92). Sum of RGB (Red+Green+Blue) = 100+83+92=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 100 - color contains mainly: red. Hex color #64535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64535C is #9BACA3. Grayscale: #595959. Windows color (decimal): -10202276 or 6050660. OLE color: 6050660.

HSL color Cylindrical-coordinate representation of color #64535C: hue angle of 328.24º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #64535C is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB1008392-
CMYK00.170.080.61
HSL328.24º9.29%35.88%-
HSV(B)328.24º17%39.22%-
XYZ10.289.6711.45-
YUV89.11129.63135.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.36%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 92 (36.33% from 255) = 33.45%
R=36.36%
G=30.18%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100839200.170.080.61328.249.2935.88
Hex64535C01183D148924
Octal14412313402110755101144
Binary11001001010011101110001000110001111011010010001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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