Html Css Color HEX #695053 Falcon

📋 copy color: '#695053'

red 105 ◦ green 80 ◦ blue 83

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

Shades of Falcon #695053

Tints of Falcon #695053

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

 BLUE value IS 83 (32.81% from 255) = 30.97%

R = 39.18%
G = 29.85%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#695053 (or 0x695053) is known color: Falcon. HEX triplet: 69, 50 and 53. RGB value is (105,80,83). Sum of RGB (Red+Green+Blue) = 105+80+83=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #695053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695053 is #96AFAC. Grayscale: #575757. Windows color (decimal): -9875373 or 5460073. OLE color: 5460073.

HSL color Cylindrical-coordinate representation of color #695053: hue angle of 352.8º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #695053 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 80 83 -
CMYK 0 0.24 0.21 0.59
HSL 352.8º 0.14% 0.36% -
HSV(B) 352.8º 0.24% 0.41% -
XYZ 10.26 9.37 9.45 -
YUV 87.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 105 80 83 0 0.24 0.21 0.59 352.8 0.14 0.36
Hex 69 50 53 0 18 15 3B 161 E 24
Octal 151 120 123 0 30 25 73 541 16 44
Binary 1101001 1010000 1010011 0 11000 10101 111011 101100001 1110 100100

Color Harmonies of #695053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695053

Black with #695053

Text Example


Text Example

White with #695053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695053; }

 p { color: rgb(105,80,83); }

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

background-color css

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

 a { background-color: rgb(105,80,83); }

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

border-color css

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

 span { border-color: rgb(105,80,83); }

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