#69576A

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

Shades of Fedora #69576A

Tints of Fedora #69576A

Color information

#69576A (or 0x69576A) is unknown color: approx Fedora. HEX triplet: 69, 57 and 6A. RGB value is (105,87,106). Sum of RGB (Red+Green+Blue) = 105+87+106=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 106 - color contains mainly: blue. Hex color #69576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69576A is #96A895. Grayscale: #5E5E5E. Windows color (decimal): -9873558 or 6969193. OLE color: 6969193.

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

Color convert

RGB10587106-
CMYK0.010.1800.58
HSL296.84º9.84%37.84%-
HSV(B)296.84º17.92%41.57%-
XYZ11.8410.8615.11-
YUV94.55134.46135.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 106 (41.80% from 255) = 35.57%
R=35.23%
G=29.19%
B=35.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105871060.010.1800.58296.849.8437.84
Hex69576A11203A129a26
Octal1511271521220724511246
Binary11010011010111110101011001001110101001010011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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