Html Css Color HEX #665266 Fedora

📋 copy color: '#665266'

red 102 ◦ green 82 ◦ blue 102

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

Shades of Fedora #665266

Tints of Fedora #665266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

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

R = 35.66%
G = 28.67%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#665266 (or 0x665266) is known color: Fedora. HEX triplet: 66, 52 and 66. RGB value is (102,82,102). Sum of RGB (Red+Green+Blue) = 102+82+102=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #665266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665266 is #99AD99. Grayscale: #5A5A5A. Windows color (decimal): -10071450 or 6705766. OLE color: 6705766.

HSL color Cylindrical-coordinate representation of color #665266: 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.2%. Process color model (Four color, CMYK) of #665266 is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 82 102 -
CMYK 0 0.20 0 0.6
HSL 300º 0.11% 0.36% -
HSV(B) 300º 0.2% 0.4% -
XYZ 10.9 9.82 13.89 -
YUV 90.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 102 82 102 0 0.20 0 0.6 300 0.11 0.36
Hex 66 52 66 0 14 0 3C 12C B 24
Octal 146 122 146 0 24 0 74 454 13 44
Binary 1100110 1010010 1100110 0 10100 0 111100 100101100 1011 100100

Color Harmonies of #665266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665266

Black with #665266

Text Example


Text Example

White with #665266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665266; }

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

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

background-color css

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

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

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

border-color css

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

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

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