#695E6B

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

Shades of Fedora #695E6B

Tints of Fedora #695E6B

Color information

#695E6B (or 0x695E6B) is unknown color: approx Fedora. HEX triplet: 69, 5E and 6B. RGB value is (105,94,107). Sum of RGB (Red+Green+Blue) = 105+94+107=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 107 - color contains mainly: blue. Hex color #695E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E6B is #96A194. Grayscale: #626262. Windows color (decimal): -9871765 or 7036521. OLE color: 7036521.

HSL color Cylindrical-coordinate representation of color #695E6B: hue angle of 290.77º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #695E6B is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10594107-
CMYK0.020.1200.58
HSL290.77º6.47%39.41%-
HSV(B)290.77º12.15%41.96%-
XYZ12.4812.0715.58-
YUV98.77132.64132.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 107 (42.19% from 255) = 34.97%
R=34.31%
G=30.72%
B=34.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105941070.020.1200.58290.776.4739.41
Hex695E6B2C03A123627
Octal151136153214072443647
Binary1101001101111011010111011000111010100100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695E6B; }

 p { color: rgb(105,94,107); }

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

<style>
 a { background-color: #695E6B; }

 a { background-color: rgb(105,94,107); }

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

<style>
 span { border-color: #695E6B; }

 span { border-color: rgb(105,94,107); }

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