Html Css Color HEX #836063 Falcon

📋 copy color: '#836063'

red 131 ◦ green 96 ◦ blue 99

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

Shades of Falcon #836063

Tints of Falcon #836063

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 value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#836063 (or 0x836063) is known color: 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

RGB 131 96 99 -
CMYK 0 0.27 0.24 0.49
HSL 354.86º 0.15% 0.45% -
HSV(B) 354.86º 0.27% 0.51% -
XYZ 15.8 14.09 13.69 -
YUV 106.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 131 96 99 0 0.27 0.24 0.49 354.86 0.15 0.45
Hex 83 60 63 0 1B 18 31 163 F 2D
Octal 203 140 143 0 33 30 61 543 17 55
Binary 10000011 1100000 1100011 0 11011 11000 110001 101100011 1111 101101

Color Harmonies of #836063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836063

Black with #836063

Text Example


Text Example

White with #836063

Text Example


Text Example

HTML Codes & Css Web 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>