#69576D

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

Shades of Fedora #69576D

Tints of Fedora #69576D

Color information

#69576D (or 0x69576D) is unknown color: approx Fedora. HEX triplet: 69, 57 and 6D. RGB value is (105,87,109). Sum of RGB (Red+Green+Blue) = 105+87+109=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 109 - color contains mainly: blue. Hex color #69576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69576D is #96A892. Grayscale: #5E5E5E. Windows color (decimal): -9873555 or 7165801. OLE color: 7165801.

HSL color Cylindrical-coordinate representation of color #69576D: hue angle of 289.09º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #69576D is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10587109-
CMYK0.040.2000.57
HSL289.09º11.22%38.43%-
HSV(B)289.09º20.18%42.75%-
XYZ11.9910.9215.94-
YUV94.89135.96135.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 109 (42.97% from 255) = 36.21%
R=34.88%
G=28.90%
B=36.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105871090.040.2000.57289.0911.2238.43
Hex69576D414039121b26
Octal1511271554240714411346
Binary1101001101011111011011001010001110011001000011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69576D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69576D; }

 p { color: rgb(105,87,109); }

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

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

 a { background-color: rgb(105,87,109); }

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

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

 span { border-color: rgb(105,87,109); }

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