#665D6B

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

Shades of Fedora #665D6B

Tints of Fedora #665D6B

Color information

#665D6B (or 0x665D6B) is unknown color: approx Fedora. HEX triplet: 66, 5D and 6B. RGB value is (102,93,107). Sum of RGB (Red+Green+Blue) = 102+93+107=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 107 - color contains mainly: blue. Hex color #665D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D6B is #99A294. Grayscale: #616161. Windows color (decimal): -10068629 or 7036262. OLE color: 7036262.

HSL color Cylindrical-coordinate representation of color #665D6B: hue angle of 278.57º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #665D6B is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10293107-
CMYK0.050.1300.58
HSL278.57º7%39.22%-
HSV(B)278.57º13.08%41.96%-
XYZ12.0511.7215.54-
YUV97.29133.48131.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.77%
GREEN value IS 93 (36.72% from 255) = 30.79%
BLUE value IS 107 (42.19% from 255) = 35.43%
R=33.77%
G=30.79%
B=35.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102931070.050.1300.58278.57739.22
Hex665D6B5D03A117727
Octal146135153515072427747
Binary11001101011101110101110111010111010100010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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