Html Css Color HEX #826263 Falcon

📋 copy color: '#826263'

red 130 ◦ green 98 ◦ blue 99

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

Shades of Falcon #826263

Tints of Falcon #826263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.97%

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

R = 39.76%
G = 29.97%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#826263 (or 0x826263) is known color: Falcon. HEX triplet: 82, 62 and 63. RGB value is (130,98,99). Sum of RGB (Red+Green+Blue) = 130+98+99=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #826263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826263 is #7D9D9C. Grayscale: #6B6B6B. Windows color (decimal): -8232349 or 6513282. OLE color: 6513282.

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

Color convert

RGB 130 98 99 -
CMYK 0 0.25 0.24 0.49
HSL 358.13º 0.14% 0.45% -
HSV(B) 358.13º 0.25% 0.51% -
XYZ 15.83 14.38 13.75 -
YUV 107.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 130 98 99 0 0.25 0.24 0.49 358.13 0.14 0.45
Hex 82 62 63 0 19 18 31 166 E 2D
Octal 202 142 143 0 31 30 61 546 16 55
Binary 10000010 1100010 1100011 0 11001 11000 110001 101100110 1110 101101

Color Harmonies of #826263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826263

Black with #826263

Text Example


Text Example

White with #826263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826263; }

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

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

background-color css

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

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

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

border-color css

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

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

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