#64576A

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

Shades of Fedora #64576A

Tints of Fedora #64576A

Color information

#64576A (or 0x64576A) is unknown color: approx Fedora. HEX triplet: 64, 57 and 6A. RGB value is (100,87,106). Sum of RGB (Red+Green+Blue) = 100+87+106=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 106 - color contains mainly: blue. Hex color #64576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64576A is #9BA895. Grayscale: #5C5C5C. Windows color (decimal): -10201238 or 6969188. OLE color: 6969188.

HSL color Cylindrical-coordinate representation of color #64576A: hue angle of 281.05º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #64576A is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10087106-
CMYK0.060.1800.58
HSL281.05º9.84%37.84%-
HSV(B)281.05º17.92%41.57%-
XYZ11.2710.5715.08-
YUV93.05135.31132.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.13%
GREEN value IS 87 (34.38% from 255) = 29.69%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=34.13%
G=29.69%
B=36.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100871060.060.1800.58281.059.8437.84
Hex64576A61203A119a26
Octal1441271526220724311246
Binary1100100101011111010101101001001110101000110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,87,106); }

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

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

 a { background-color: rgb(100,87,106); }

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

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

 span { border-color: rgb(100,87,106); }

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