#605665

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

Shades of Fedora #605665

Tints of Fedora #605665

Color information

#605665 (or 0x605665) is unknown color: approx Fedora. HEX triplet: 60, 56 and 65. RGB value is (96,86,101). Sum of RGB (Red+Green+Blue) = 96+86+101=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 101 - color contains mainly: blue. Hex color #605665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605665 is #9FA99A. Grayscale: #5A5A5A. Windows color (decimal): -10463643 or 6641248. OLE color: 6641248.

HSL color Cylindrical-coordinate representation of color #605665: hue angle of 280º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #605665 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9686101-
CMYK0.050.1500.60
HSL280º8.02%36.67%-
HSV(B)280º14.85%39.61%-
XYZ10.510.0813.7-
YUV90.7133.81131.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.92%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 101 (39.84% from 255) = 35.69%
R=33.92%
G=30.39%
B=35.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96861010.050.1500.602808.0236.67
Hex6056655F03C118825
Octal1401261455170744301045
Binary110000010101101100101101111101111001000110001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605665; }

 p { color: rgb(96,86,101); }

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

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

 a { background-color: rgb(96,86,101); }

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

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

 span { border-color: rgb(96,86,101); }

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