#69576C

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

Shades of Fedora #69576C

Tints of Fedora #69576C

Color information

#69576C (or 0x69576C) is unknown color: approx Fedora. HEX triplet: 69, 57 and 6C. RGB value is (105,87,108). Sum of RGB (Red+Green+Blue) = 105+87+108=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 108 - color contains mainly: blue. Hex color #69576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69576C is #96A893. Grayscale: #5E5E5E. Windows color (decimal): -9873556 or 7100265. OLE color: 7100265.

HSL color Cylindrical-coordinate representation of color #69576C: hue angle of 291.43º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #69576C is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10587108-
CMYK0.030.1900.58
HSL291.43º10.77%38.24%-
HSV(B)291.43º19.44%42.35%-
XYZ11.9410.915.66-
YUV94.78135.46135.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 108 (42.58% from 255) = 36%
R=35%
G=29%
B=36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105871080.030.1900.58291.4310.7738.24
Hex69576C31303A123b26
Octal1511271543230724431346
Binary110100110101111101100111001101110101001000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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