#665C67

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

Shades of Fedora #665C67

Tints of Fedora #665C67

Color information

#665C67 (or 0x665C67) is unknown color: approx Fedora. HEX triplet: 66, 5C and 67. RGB value is (102,92,103). Sum of RGB (Red+Green+Blue) = 102+92+103=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 103 - color contains mainly: blue. Hex color #665C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C67 is #99A398. Grayscale: #606060. Windows color (decimal): -10068889 or 6773862. OLE color: 6773862.

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

Color convert

RGB10292103-
CMYK0.010.1100.60
HSL294.55º5.64%38.24%-
HSV(B)294.55º10.68%40.39%-
XYZ11.7511.4614.42-
YUV96.24131.81132.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 103 (40.62% from 255) = 34.68%
R=34.34%
G=30.98%
B=34.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal102921030.010.1100.60294.555.6438.24
Hex665C671B03C127626
Octal146134147113074447646
Binary110011010111001100111110110111100100100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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