Html Css Color HEX #695556 Falcon

📋 copy color: '#695556'

red 105 ◦ green 85 ◦ blue 86

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

Shades of Falcon #695556

Tints of Falcon #695556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.16%

R = 38.04%
G = 30.8%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#695556 (or 0x695556) is known color: Falcon. HEX triplet: 69, 55 and 56. RGB value is (105,85,86). Sum of RGB (Red+Green+Blue) = 105+85+86=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 105 - color contains mainly: red. Hex color #695556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695556 is #96AAA9. Grayscale: #5B5B5B. Windows color (decimal): -9874090 or 5657961. OLE color: 5657961.

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

Color convert

RGB 105 85 86 -
CMYK 0 0.19 0.18 0.59
HSL 357º 0.11% 0.37% -
HSV(B) 357º 0.19% 0.41% -
XYZ 10.75 10.17 10.2 -
YUV 91.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 105 85 86 0 0.19 0.18 0.59 357 0.11 0.37
Hex 69 55 56 0 13 12 3B 165 B 25
Octal 151 125 126 0 23 22 73 545 13 45
Binary 1101001 1010101 1010110 0 10011 10010 111011 101100101 1011 100101

Color Harmonies of #695556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695556

Black with #695556

Text Example


Text Example

White with #695556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695556; }

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

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

background-color css

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

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

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

border-color css

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

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

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