Html Css Color HEX #66516B Fedora

📋 copy color: '#66516B'

red 102 ◦ green 81 ◦ blue 107

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

Shades of Fedora #66516B

Tints of Fedora #66516B

RGB

 RED value IS 102 (40.23% from 255) = 35.17%

 GREEN value IS 81 (32.03% from 255) = 27.93%

 BLUE value IS 107 (42.19% from 255) = 36.9%

R = 35.17%
G = 27.93%
B = 36.9%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#66516B (or 0x66516B) is known color: Fedora. HEX triplet: 66, 51 and 6B. RGB value is (102,81,107). Sum of RGB (Red+Green+Blue) = 102+81+107=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 107 - color contains mainly: blue. Hex color #66516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66516B is #99AE94. Grayscale: #5A5A5A. Windows color (decimal): -10071701 or 7033190. OLE color: 7033190.

HSL color Cylindrical-coordinate representation of color #66516B: hue angle of 288.46º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66516B is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 102 81 107 -
CMYK 0.05 0.24 0 0.58
HSL 288.46º 0.14% 0.37% -
HSV(B) 288.46º 0.24% 0.42% -
XYZ 11.08 9.77 15.21 -
YUV 90.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 102 81 107 0.05 0.24 0 0.58 288.46 0.14 0.37
Hex 66 51 6B 5 18 0 3A 120 E 25
Octal 146 121 153 5 30 0 72 440 16 45
Binary 1100110 1010001 1101011 101 11000 0 111010 100100000 1110 100101

Color Harmonies of #66516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66516B

Black with #66516B

Text Example


Text Example

White with #66516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66516B; }

 p { color: rgb(102,81,107); }

 H1.HeaderClassName
 {
   color: #66516B;
 }
 .AnyTagClassName
 {
   color: #66516B;
 }
</style>

background-color css

<style>
 a { background-color: #66516B; }

 a { background-color: rgb(102,81,107); }

 div.DivClassName
 {
   background-color: #66516B;
 }
 .BgClassName
 {
   background-color: #66516B;
 }
</style>

border-color css

<style>
 span { border-color: #66516B; }

 span { border-color: rgb(102,81,107); }

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