#605261

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

Shades of Fedora #605261

Tints of Fedora #605261

Color information

#605261 (or 0x605261) is unknown color: approx Fedora. HEX triplet: 60, 52 and 61. RGB value is (96,82,97). Sum of RGB (Red+Green+Blue) = 96+82+97=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 97 - color contains mainly: blue. Hex color #605261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605261 is #9FAD9E. Grayscale: #575757. Windows color (decimal): -10464671 or 6378080. OLE color: 6378080.

HSL color Cylindrical-coordinate representation of color #605261: hue angle of 296º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #605261 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB968297-
CMYK0.010.1500.62
HSL296º8.38%35.1%-
HSV(B)296º15.46%38.04%-
XYZ109.3812.59-
YUV87.9133.14133.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.91%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 97 (38.28% from 255) = 35.27%
R=34.91%
G=29.82%
B=35.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9682970.010.1500.622968.3835.1
Hex6052611F03E128823
Octal1401221411170764501043
Binary1100000101001011000011111101111101001010001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605261; }

 p { color: rgb(96,82,97); }

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

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

 a { background-color: rgb(96,82,97); }

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

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

 span { border-color: rgb(96,82,97); }

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