Html Css Color HEX #695575 Affair

📋 copy color: '#695575'

red 105 ◦ green 85 ◦ blue 117

#695575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #695575

Tints of Affair #695575

RGB

 RED value IS 105 (41.41% from 255) = 34.2%

 GREEN value IS 85 (33.59% from 255) = 27.69%

 BLUE value IS 117 (46.09% from 255) = 38.11%

R = 34.2%
G = 27.69%
B = 38.11%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#695575 (or 0x695575) is known color: 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

RGB 105 85 117 -
CMYK 0.10 0.27 0 0.54
HSL 277.5º 0.16% 0.4% -
HSV(B) 277.5º 0.27% 0.46% -
XYZ 12.29 10.78 18.26 -
YUV 94.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 105 85 117 0.10 0.27 0 0.54 277.5 0.16 0.4
Hex 69 55 75 A 1B 0 36 116 10 28
Octal 151 125 165 12 33 0 66 426 20 50
Binary 1101001 1010101 1110101 1010 11011 0 110110 100010110 10000 101000

Color Harmonies of #695575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695575

Black with #695575

Text Example


Text Example

White with #695575

Text Example


Text Example

HTML Codes & Css Web 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>