Html Css Color HEX #826163 Falcon

📋 copy color: '#826163'

red 130 ◦ green 97 ◦ blue 99

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

Shades of Falcon #826163

Tints of Falcon #826163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

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

R = 39.88%
G = 29.75%
B = 30.37%

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

#826163 (or 0x826163) is known color: Falcon. HEX triplet: 82, 61 and 63. RGB value is (130,97,99). Sum of RGB (Red+Green+Blue) = 130+97+99=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #826163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826163 is #7D9E9C. Grayscale: #6B6B6B. Windows color (decimal): -8232605 or 6513026. OLE color: 6513026.

HSL color Cylindrical-coordinate representation of color #826163: hue angle of 356.36º degrees, saturation: 0.15, 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 #826163 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 97 99 -
CMYK 0 0.25 0.24 0.49
HSL 356.36º 0.15% 0.45% -
HSV(B) 356.36º 0.25% 0.51% -
XYZ 15.73 14.2 13.72 -
YUV 107.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 130 97 99 0 0.25 0.24 0.49 356.36 0.15 0.45
Hex 82 61 63 0 19 18 31 164 F 2D
Octal 202 141 143 0 31 30 61 544 17 55
Binary 10000010 1100001 1100011 0 11001 11000 110001 101100100 1111 101101

Color Harmonies of #826163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826163

Black with #826163

Text Example


Text Example

White with #826163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826163; }

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

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

background-color css

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

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

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

border-color css

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

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

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