Html Css Color HEX #706365 Falcon

📋 copy color: '#706365'

red 112 ◦ green 99 ◦ blue 101

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

Shades of Falcon #706365

Tints of Falcon #706365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.73%

 BLUE value IS 101 (39.84% from 255) = 32.37%

R = 35.9%
G = 31.73%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#706365 (or 0x706365) is known color: Falcon. HEX triplet: 70, 63 and 65. RGB value is (112,99,101). Sum of RGB (Red+Green+Blue) = 112+99+101=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 112 - color contains mainly: red. Hex color #706365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706365 is #8F9C9A. Grayscale: #676767. Windows color (decimal): -9411739 or 6644592. OLE color: 6644592.

HSL color Cylindrical-coordinate representation of color #706365: hue angle of 350.77º degrees, saturation: 0.06, 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 #706365 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 99 101 -
CMYK 0 0.12 0.10 0.56
HSL 350.77º 0.06% 0.41% -
HSV(B) 350.77º 0.12% 0.44% -
XYZ 13.49 13.31 14.17 -
YUV 103.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 112 99 101 0 0.12 0.10 0.56 350.77 0.06 0.41
Hex 70 63 65 0 C A 38 15F 6 29
Octal 160 143 145 0 14 12 70 537 6 51
Binary 1110000 1100011 1100101 0 1100 1010 111000 101011111 110 101001

Color Harmonies of #706365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706365

Black with #706365

Text Example


Text Example

White with #706365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706365; }

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

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

background-color css

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

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

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

border-color css

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

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

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