Html Css Color HEX #826164 Falcon

📋 copy color: '#826164'

red 130 ◦ green 97 ◦ blue 100

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

Shades of Falcon #826164

Tints of Falcon #826164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.58%

R = 39.76%
G = 29.66%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#826164 (or 0x826164) is known color: Falcon. HEX triplet: 82, 61 and 64. RGB value is (130,97,100). Sum of RGB (Red+Green+Blue) = 130+97+100=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #826164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826164 is #7D9E9B. Grayscale: #6B6B6B. Windows color (decimal): -8232604 or 6578562. OLE color: 6578562.

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

Color convert

RGB 130 97 100 -
CMYK 0 0.25 0.23 0.49
HSL 354.55º 0.15% 0.45% -
HSV(B) 354.55º 0.25% 0.51% -
XYZ 15.78 14.22 13.97 -
YUV 107.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 130 97 100 0 0.25 0.23 0.49 354.55 0.15 0.45
Hex 82 61 64 0 19 17 31 163 F 2D
Octal 202 141 144 0 31 27 61 543 17 55
Binary 10000010 1100001 1100100 0 11001 10111 110001 101100011 1111 101101

Color Harmonies of #826164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826164

Black with #826164

Text Example


Text Example

White with #826164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826164; }

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

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

background-color css

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

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

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

border-color css

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

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

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