#69536A

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

Shades of Fedora #69536A

Tints of Fedora #69536A

Color information

#69536A (or 0x69536A) is unknown color: approx Fedora. HEX triplet: 69, 53 and 6A. RGB value is (105,83,106). Sum of RGB (Red+Green+Blue) = 105+83+106=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 106 - color contains mainly: blue. Hex color #69536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69536A is #96AC95. Grayscale: #5C5C5C. Windows color (decimal): -9874582 or 6968169. OLE color: 6968169.

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

Color convert

RGB10583106-
CMYK0.010.2200.58
HSL297.39º12.17%37.06%-
HSV(B)297.39º21.7%41.57%-
XYZ11.5210.2315-
YUV92.2135.79137.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.71%
GREEN value IS 83 (32.81% from 255) = 28.23%
BLUE value IS 106 (41.80% from 255) = 36.05%
R=35.71%
G=28.23%
B=36.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105831060.010.2200.58297.3912.1737.06
Hex69536A11603A129c25
Octal1511231521260724511445
Binary11010011010011110101011011001110101001010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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