#64535D

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

Shades of Finn #64535D

Tints of Finn #64535D

Color information

#64535D (or 0x64535D) is unknown color: approx Finn. HEX triplet: 64, 53 and 5D. RGB value is (100,83,93). Sum of RGB (Red+Green+Blue) = 100+83+93=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 100 - color contains mainly: red. Hex color #64535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64535D is #9BACA2. Grayscale: #595959. Windows color (decimal): -10202275 or 6116196. OLE color: 6116196.

HSL color Cylindrical-coordinate representation of color #64535D: hue angle of 324.71º 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 #64535D is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB1008393-
CMYK00.170.070.61
HSL324.71º9.29%35.88%-
HSV(B)324.71º17%39.22%-
XYZ10.329.6911.68-
YUV89.22130.13135.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.23%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 93 (36.72% from 255) = 33.70%
R=36.23%
G=30.07%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100839300.170.070.61324.719.2935.88
Hex64535D01173D145924
Octal1441231350217755051144
Binary1100100101001110111010100011111111011010001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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