Html Css Color HEX #705659 Falcon

📋 copy color: '#705659'

red 112 ◦ green 86 ◦ blue 89

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

Shades of Falcon #705659

Tints of Falcon #705659

RGB

 RED value IS 112 (44.14% from 255) = 39.02%

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

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

R = 39.02%
G = 29.97%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#705659 (or 0x705659) is known color: Falcon. HEX triplet: 70, 56 and 59. RGB value is (112,86,89). Sum of RGB (Red+Green+Blue) = 112+86+89=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #705659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705659 is #8FA9A6. Grayscale: #5E5E5E. Windows color (decimal): -9415079 or 5854832. OLE color: 5854832.

HSL color Cylindrical-coordinate representation of color #705659: hue angle of 353.08º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #705659 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 86 89 -
CMYK 0 0.23 0.21 0.56
HSL 353.08º 0.13% 0.39% -
HSV(B) 353.08º 0.23% 0.44% -
XYZ 11.81 10.82 10.92 -
YUV 94.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 112 86 89 0 0.23 0.21 0.56 353.08 0.13 0.39
Hex 70 56 59 0 17 15 38 161 D 27
Octal 160 126 131 0 27 25 70 541 15 47
Binary 1110000 1010110 1011001 0 10111 10101 111000 101100001 1101 100111

Color Harmonies of #705659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705659

Black with #705659

Text Example


Text Example

White with #705659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705659; }

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

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

background-color css

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

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

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

border-color css

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

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

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