#836063

Color #836063 Falcon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falcon #836063

Tints of Falcon #836063

Color information

#836063 (or 0x836063) is unknown color: approx Falcon. HEX triplet: 83, 60 and 63. RGB value is (131,96,99). Sum of RGB (Red+Green+Blue) = 131+96+99=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #836063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836063 is #7C9F9C. Grayscale: #6A6A6A. Windows color (decimal): -8167325 or 6512771. OLE color: 6512771.

HSL color Cylindrical-coordinate representation of color #836063: hue angle of 354.86º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #836063 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB1319699-
CMYK00.270.240.49
HSL354.86º15.42%44.51%-
HSV(B)354.86º26.72%51.37%-
XYZ15.814.0913.69-
YUV106.81123.6145.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 99 (39.06% from 255) = 30.37%
R=40.18%
G=29.45%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131969900.270.240.49354.8615.4244.51
Hex83606301B1831163f2d
Octal20314014303330615431755
Binary1000001111000001100011011011110001100011011000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836063; }

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

 H1.HeaderClassName
 {
   color: #836063;
 }
 .AnyTagClassName
 {
   color: #836063;
 }
</style>
background-color css

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

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

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

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

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

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