Html Css Color HEX #706263 Falcon

📋 copy color: '#706263'

red 112 ◦ green 98 ◦ blue 99

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

Shades of Falcon #706263

Tints of Falcon #706263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.72%

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

R = 36.25%
G = 31.72%
B = 32.04%

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

#706263 (or 0x706263) is known color: Falcon. HEX triplet: 70, 62 and 63. RGB value is (112,98,99). Sum of RGB (Red+Green+Blue) = 112+98+99=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #706263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706263 is #8F9D9C. Grayscale: #666666. Windows color (decimal): -9411997 or 6513264. OLE color: 6513264.

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

Color convert

RGB 112 98 99 -
CMYK 0 0.13 0.12 0.56
HSL 355.71º 0.07% 0.41% -
HSV(B) 355.71º 0.13% 0.44% -
XYZ 13.3 13.08 13.63 -
YUV 102.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 112 98 99 0 0.13 0.12 0.56 355.71 0.07 0.41
Hex 70 62 63 0 D C 38 164 7 29
Octal 160 142 143 0 15 14 70 544 7 51
Binary 1110000 1100010 1100011 0 1101 1100 111000 101100100 111 101001

Color Harmonies of #706263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706263

Black with #706263

Text Example


Text Example

White with #706263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706263; }

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

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

background-color css

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

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

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

border-color css

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

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

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