Html Css Color HEX #66596A Fedora

📋 copy color: '#66596A'

red 102 ◦ green 89 ◦ blue 106

#66596A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #66596A

Tints of Fedora #66596A

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.8% from 255) = 35.69%

R = 34.34%
G = 29.97%
B = 35.69%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#66596A (or 0x66596A) is known color: 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

RGB 102 89 106 -
CMYK 0.04 0.16 0 0.58
HSL 285.88º 0.09% 0.38% -
HSV(B) 285.88º 0.16% 0.42% -
XYZ 11.65 11.01 15.15 -
YUV 94.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 102 89 106 0.04 0.16 0 0.58 285.88 0.09 0.38
Hex 66 59 6A 4 10 0 3A 11E 9 26
Octal 146 131 152 4 20 0 72 436 11 46
Binary 1100110 1011001 1101010 100 10000 0 111010 100011110 1001 100110

Color Harmonies of #66596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66596A

Black with #66596A

Text Example


Text Example

White with #66596A

Text Example


Text Example

HTML Codes & Css Web 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>