Html Css Color HEX #695D5E Falcon

📋 copy color: '#695D5E'

red 105 ◦ green 93 ◦ blue 94

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

Shades of Falcon #695D5E

Tints of Falcon #695D5E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.85%

 BLUE value IS 94 (37.11% from 255) = 32.19%

R = 35.96%
G = 31.85%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#695D5E (or 0x695D5E) is known color: Falcon. HEX triplet: 69, 5D and 5E. RGB value is (105,93,94). Sum of RGB (Red+Green+Blue) = 105+93+94=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 105 - color contains mainly: red. Hex color #695D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D5E is #96A2A1. Grayscale: #606060. Windows color (decimal): -9872034 or 6184297. OLE color: 6184297.

HSL color Cylindrical-coordinate representation of color #695D5E: hue angle of 355º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #695D5E is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 93 94 -
CMYK 0 0.11 0.10 0.59
HSL 355º 0.06% 0.39% -
HSV(B) 355º 0.11% 0.41% -
XYZ 11.76 11.64 12.22 -
YUV 96.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 105 93 94 0 0.11 0.10 0.59 355 0.06 0.39
Hex 69 5D 5E 0 B A 3B 163 6 27
Octal 151 135 136 0 13 12 73 543 6 47
Binary 1101001 1011101 1011110 0 1011 1010 111011 101100011 110 100111

Color Harmonies of #695D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695D5E

Black with #695D5E

Text Example


Text Example

White with #695D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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