Html Css Color HEX #806063 Falcon

📋 copy color: '#806063'

red 128 ◦ green 96 ◦ blue 99

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

Shades of Falcon #806063

Tints of Falcon #806063

RGB

 RED value IS 128 (50.39% from 255) = 39.63%

 GREEN value IS 96 (37.89% from 255) = 29.72%

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

R = 39.63%
G = 29.72%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#806063 (or 0x806063) is known color: Falcon. HEX triplet: 80, 60 and 63. RGB value is (128,96,99). Sum of RGB (Red+Green+Blue) = 128+96+99=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #806063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806063 is #7F9F9C. Grayscale: #696969. Windows color (decimal): -8363933 or 6512768. OLE color: 6512768.

HSL color Cylindrical-coordinate representation of color #806063: hue angle of 354.38º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #806063 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 96 99 -
CMYK 0 0.25 0.23 0.50
HSL 354.38º 0.14% 0.44% -
HSV(B) 354.38º 0.25% 0.5% -
XYZ 15.34 13.86 13.67 -
YUV 105.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 128 96 99 0 0.25 0.23 0.50 354.38 0.14 0.44
Hex 80 60 63 0 19 17 32 162 E 2C
Octal 200 140 143 0 31 27 62 542 16 54
Binary 10000000 1100000 1100011 0 11001 10111 110010 101100010 1110 101100

Color Harmonies of #806063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806063

Black with #806063

Text Example


Text Example

White with #806063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806063; }

 p { color: rgb(128,96,99); }

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

background-color css

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

 a { background-color: rgb(128,96,99); }

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

border-color css

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

 span { border-color: rgb(128,96,99); }

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