Html Css Color HEX #665166 Fedora

📋 copy color: '#665166'

red 102 ◦ green 81 ◦ blue 102

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

Shades of Fedora #665166

Tints of Fedora #665166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 35.79%
G = 28.42%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#665166 (or 0x665166) is known color: Fedora. HEX triplet: 66, 51 and 66. RGB value is (102,81,102). Sum of RGB (Red+Green+Blue) = 102+81+102=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #665166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665166 is #99AE99. Grayscale: #595959. Windows color (decimal): -10071706 or 6705510. OLE color: 6705510.

HSL color Cylindrical-coordinate representation of color #665166: hue angle of 300º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #665166 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 81 102 -
CMYK 0 0.21 0 0.6
HSL 300º 0.11% 0.36% -
HSV(B) 300º 0.21% 0.4% -
XYZ 10.82 9.67 13.87 -
YUV 89.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 102 81 102 0 0.21 0 0.6 300 0.11 0.36
Hex 66 51 66 0 15 0 3C 12C B 24
Octal 146 121 146 0 25 0 74 454 13 44
Binary 1100110 1010001 1100110 0 10101 0 111100 100101100 1011 100100

Color Harmonies of #665166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665166

Black with #665166

Text Example


Text Example

White with #665166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665166; }

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

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

background-color css

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

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

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

border-color css

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

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

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