#69526A

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

Shades of Fedora #69526A

Tints of Fedora #69526A

Color information

#69526A (or 0x69526A) is unknown color: approx Fedora. HEX triplet: 69, 52 and 6A. RGB value is (105,82,106). Sum of RGB (Red+Green+Blue) = 105+82+106=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 106 - color contains mainly: blue. Hex color #69526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69526A is #96AD95. Grayscale: #5B5B5B. Windows color (decimal): -9874838 or 6967913. OLE color: 6967913.

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

Color convert

RGB10582106-
CMYK0.010.2300.58
HSL297.5º12.77%36.86%-
HSV(B)297.5º22.64%41.57%-
XYZ11.4410.0814.98-
YUV91.61136.12137.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.84%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=35.84%
G=27.99%
B=36.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105821060.010.2300.58297.512.7736.86
Hex69526A11703A12ad25
Octal1511221521270724521545
Binary11010011010010110101011011101110101001010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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