Html Css Color HEX #66516A Fedora

📋 copy color: '#66516A'

red 102 ◦ green 81 ◦ blue 106

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

Shades of Fedora #66516A

Tints of Fedora #66516A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.68%

R = 35.29%
G = 28.03%
B = 36.68%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#66516A (or 0x66516A) is known color: Fedora. HEX triplet: 66, 51 and 6A. RGB value is (102,81,106). Sum of RGB (Red+Green+Blue) = 102+81+106=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 106 - color contains mainly: blue. Hex color #66516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66516A is #99AE95. Grayscale: #5A5A5A. Windows color (decimal): -10071702 or 6967654. OLE color: 6967654.

HSL color Cylindrical-coordinate representation of color #66516A: hue angle of 290.4º degrees, saturation: 0.13, 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 #66516A is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 102 81 106 -
CMYK 0.04 0.24 0 0.58
HSL 290.4º 0.13% 0.37% -
HSV(B) 290.4º 0.24% 0.42% -
XYZ 11.02 9.75 14.94 -
YUV 90.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 102 81 106 0.04 0.24 0 0.58 290.4 0.13 0.37
Hex 66 51 6A 4 18 0 3A 122 D 25
Octal 146 121 152 4 30 0 72 442 15 45
Binary 1100110 1010001 1101010 100 11000 0 111010 100100010 1101 100101

Color Harmonies of #66516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66516A

Black with #66516A

Text Example


Text Example

White with #66516A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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