#665B67

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

Shades of Fedora #665B67

Tints of Fedora #665B67

Color information

#665B67 (or 0x665B67) is unknown color: approx Fedora. HEX triplet: 66, 5B and 67. RGB value is (102,91,103). Sum of RGB (Red+Green+Blue) = 102+91+103=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 103 - color contains mainly: blue. Hex color #665B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B67 is #99A498. Grayscale: #5F5F5F. Windows color (decimal): -10069145 or 6773606. OLE color: 6773606.

HSL color Cylindrical-coordinate representation of color #665B67: hue angle of 295º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #665B67 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10291103-
CMYK0.010.1200.60
HSL295º6.19%38.04%-
HSV(B)295º11.65%40.39%-
XYZ11.6711.2914.4-
YUV95.66132.14132.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.46%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 103 (40.62% from 255) = 34.80%
R=34.46%
G=30.74%
B=34.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal102911030.010.1200.602956.1938.04
Hex665B671C03C127626
Octal146133147114074447646
Binary110011010110111100111111000111100100100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,91,103); }

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

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

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

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

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

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

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