#695D6A

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

Shades of Fedora #695D6A

Tints of Fedora #695D6A

Color information

#695D6A (or 0x695D6A) is unknown color: approx Fedora. HEX triplet: 69, 5D and 6A. RGB value is (105,93,106). Sum of RGB (Red+Green+Blue) = 105+93+106=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 106 - color contains mainly: blue. Hex color #695D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D6A is #96A295. Grayscale: #626262. Windows color (decimal): -9872022 or 6970729. OLE color: 6970729.

HSL color Cylindrical-coordinate representation of color #695D6A: hue angle of 295.38º degrees, saturation: 0.07, 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 #695D6A is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10593106-
CMYK0.010.1200.58
HSL295.38º6.53%39.02%-
HSV(B)295.38º12.26%41.57%-
XYZ12.3411.8715.28-
YUV98.07132.48132.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.54%
GREEN value IS 93 (36.72% from 255) = 30.59%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=34.54%
G=30.59%
B=34.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105931060.010.1200.58295.386.5339.02
Hex695D6A1C03A127727
Octal151135152114072447747
Binary110100110111011101010111000111010100100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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