Html Css Color HEX #826063 Falcon

📋 copy color: '#826063'

red 130 ◦ green 96 ◦ blue 99

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

Shades of Falcon #826063

Tints of Falcon #826063

RGB

 RED value IS 130 (51.17% from 255) = 40%

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

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

R = 40%
G = 29.54%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#826063 (or 0x826063) is known color: Falcon. HEX triplet: 82, 60 and 63. RGB value is (130,96,99). Sum of RGB (Red+Green+Blue) = 130+96+99=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #826063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826063 is #7D9F9C. Grayscale: #6A6A6A. Windows color (decimal): -8232861 or 6512770. OLE color: 6512770.

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

Color convert

RGB 130 96 99 -
CMYK 0 0.26 0.24 0.49
HSL 354.71º 0.15% 0.44% -
HSV(B) 354.71º 0.26% 0.51% -
XYZ 15.64 14.01 13.68 -
YUV 106.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 130 96 99 0 0.26 0.24 0.49 354.71 0.15 0.44
Hex 82 60 63 0 1A 18 31 163 F 2C
Octal 202 140 143 0 32 30 61 543 17 54
Binary 10000010 1100000 1100011 0 11010 11000 110001 101100011 1111 101100

Color Harmonies of #826063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826063

Black with #826063

Text Example


Text Example

White with #826063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826063; }

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

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

background-color css

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

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

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

border-color css

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

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

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