Html Css Color HEX #695659 Falcon

📋 copy color: '#695659'

red 105 ◦ green 86 ◦ blue 89

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

Shades of Falcon #695659

Tints of Falcon #695659

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.71%

 BLUE value IS 89 (35.16% from 255) = 31.79%

R = 37.5%
G = 30.71%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#695659 (or 0x695659) is known color: Falcon. HEX triplet: 69, 56 and 59. RGB value is (105,86,89). Sum of RGB (Red+Green+Blue) = 105+86+89=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 105 - color contains mainly: red. Hex color #695659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695659 is #96A9A6. Grayscale: #5C5C5C. Windows color (decimal): -9873831 or 5854825. OLE color: 5854825.

HSL color Cylindrical-coordinate representation of color #695659: hue angle of 350.53º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #695659 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 86 89 -
CMYK 0 0.18 0.15 0.59
HSL 350.53º 0.1% 0.37% -
HSV(B) 350.53º 0.18% 0.41% -
XYZ 10.96 10.38 10.88 -
YUV 92.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 105 86 89 0 0.18 0.15 0.59 350.53 0.1 0.37
Hex 69 56 59 0 12 F 3B 15F A 25
Octal 151 126 131 0 22 17 73 537 12 45
Binary 1101001 1010110 1011001 0 10010 1111 111011 101011111 1010 100101

Color Harmonies of #695659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695659

Black with #695659

Text Example


Text Example

White with #695659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695659; }

 p { color: rgb(105,86,89); }

 H1.HeaderClassName
 {
   color: #695659;
 }
 .AnyTagClassName
 {
   color: #695659;
 }
</style>

background-color css

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

 a { background-color: rgb(105,86,89); }

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

border-color css

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

 span { border-color: rgb(105,86,89); }

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