#66596A

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

Shades of Fedora #66596A

Tints of Fedora #66596A

Color information

#66596A (or 0x66596A) is unknown color: approx Fedora. HEX triplet: 66, 59 and 6A. RGB value is (102,89,106). Sum of RGB (Red+Green+Blue) = 102+89+106=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 106 - color contains mainly: blue. Hex color #66596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66596A is #99A695. Grayscale: #5E5E5E. Windows color (decimal): -10069654 or 6969702. OLE color: 6969702.

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

Color convert

RGB10289106-
CMYK0.040.1600.58
HSL285.88º8.72%38.24%-
HSV(B)285.88º16.04%41.57%-
XYZ11.6511.0115.15-
YUV94.82134.31133.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=34.34%
G=29.97%
B=35.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102891060.040.1600.58285.888.7238.24
Hex66596A41003A11e926
Octal1461311524200724361146
Binary1100110101100111010101001000001110101000111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,89,106); }

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

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

 a { background-color: rgb(102,89,106); }

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

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

 span { border-color: rgb(102,89,106); }

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