Html Css Color HEX #706163 Falcon

📋 copy color: '#706163'

red 112 ◦ green 97 ◦ blue 99

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

Shades of Falcon #706163

Tints of Falcon #706163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.49%

 BLUE value IS 99 (39.06% from 255) = 32.14%

R = 36.36%
G = 31.49%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#706163 (or 0x706163) is known color: Falcon. HEX triplet: 70, 61 and 63. RGB value is (112,97,99). Sum of RGB (Red+Green+Blue) = 112+97+99=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #706163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706163 is #8F9E9C. Grayscale: #656565. Windows color (decimal): -9412253 or 6513008. OLE color: 6513008.

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

Color convert

RGB 112 97 99 -
CMYK 0 0.13 0.12 0.56
HSL 352º 0.07% 0.41% -
HSV(B) 352º 0.13% 0.44% -
XYZ 13.21 12.89 13.6 -
YUV 101.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 112 97 99 0 0.13 0.12 0.56 352 0.07 0.41
Hex 70 61 63 0 D C 38 160 7 29
Octal 160 141 143 0 15 14 70 540 7 51
Binary 1110000 1100001 1100011 0 1101 1100 111000 101100000 111 101001

Color Harmonies of #706163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706163

Black with #706163

Text Example


Text Example

White with #706163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706163; }

 p { color: rgb(112,97,99); }

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

background-color css

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

 a { background-color: rgb(112,97,99); }

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

border-color css

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

 span { border-color: rgb(112,97,99); }

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