#695575

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

Shades of Affair #695575

Tints of Affair #695575

Color information

#695575 (or 0x695575) is unknown color: approx Affair. HEX triplet: 69, 55 and 75. RGB value is (105,85,117). Sum of RGB (Red+Green+Blue) = 105+85+117=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 117 - color contains mainly: blue. Hex color #695575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695575 is #96AA8A. Grayscale: #5E5E5E. Windows color (decimal): -9874059 or 7689577. OLE color: 7689577.

HSL color Cylindrical-coordinate representation of color #695575: hue angle of 277.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #695575 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10585117-
CMYK0.100.2700.54
HSL277.5º15.84%39.61%-
HSV(B)277.5º27.35%45.88%-
XYZ12.2910.7818.26-
YUV94.63140.63135.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 117 (46.09% from 255) = 38.11%
R=34.20%
G=27.69%
B=38.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105851170.100.2700.54277.515.8439.61
Hex695575A1B0361161028
Octal15112516512330664262050
Binary110100110101011110101101011011011011010001011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695575; }

 p { color: rgb(105,85,117); }

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

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

 a { background-color: rgb(105,85,117); }

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

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

 span { border-color: rgb(105,85,117); }

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