#665D69

Color #665D69 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #665D69

Tints of Fedora #665D69

Color information

#665D69 (or 0x665D69) is unknown color: approx Fedora. HEX triplet: 66, 5D and 69. RGB value is (102,93,105). Sum of RGB (Red+Green+Blue) = 102+93+105=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 105 - color contains mainly: blue. Hex color #665D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D69 is #99A296. Grayscale: #616161. Windows color (decimal): -10068631 or 6905190. OLE color: 6905190.

HSL color Cylindrical-coordinate representation of color #665D69: hue angle of 285º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #665D69 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10293105-
CMYK0.030.1100.59
HSL285º6.06%38.82%-
HSV(B)285º11.43%41.18%-
XYZ11.9411.6714.99-
YUV97.06132.48131.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34%
GREEN value IS 93 (36.72% from 255) = 31%
BLUE value IS 105 (41.41% from 255) = 35%
R=34%
G=31%
B=35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102931050.030.1100.592856.0638.82
Hex665D693B03B11d627
Octal146135151313073435647
Binary1100110101110111010011110110111011100011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665D69; }

 p { color: rgb(102,93,105); }

 H1.HeaderClassName
 {
   color: #665D69;
 }
 .AnyTagClassName
 {
   color: #665D69;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #665D69;
 }
 .BgClassName
 {
   background-color: #665D69;
 }
</style>
border-color css

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

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

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