Html Css Color HEX #816364 Falcon

📋 copy color: '#816364'

red 129 ◦ green 99 ◦ blue 100

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

Shades of Falcon #816364

Tints of Falcon #816364

RGB

 RED value IS 129 (50.78% from 255) = 39.33%

 GREEN value IS 99 (39.06% from 255) = 30.18%

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

R = 39.33%
G = 30.18%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#816364 (or 0x816364) is known color: Falcon. HEX triplet: 81, 63 and 64. RGB value is (129,99,100). Sum of RGB (Red+Green+Blue) = 129+99+100=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #816364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816364 is #7E9C9B. Grayscale: #6C6C6C. Windows color (decimal): -8297628 or 6579073. OLE color: 6579073.

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

Color convert

RGB 129 99 100 -
CMYK 0 0.23 0.22 0.49
HSL 358º 0.13% 0.45% -
HSV(B) 358º 0.23% 0.51% -
XYZ 15.82 14.51 14.02 -
YUV 108.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 129 99 100 0 0.23 0.22 0.49 358 0.13 0.45
Hex 81 63 64 0 17 16 31 166 D 2D
Octal 201 143 144 0 27 26 61 546 15 55
Binary 10000001 1100011 1100100 0 10111 10110 110001 101100110 1101 101101

Color Harmonies of #816364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816364

Black with #816364

Text Example


Text Example

White with #816364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816364; }

 p { color: rgb(129,99,100); }

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

background-color css

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

 a { background-color: rgb(129,99,100); }

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

border-color css

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

 span { border-color: rgb(129,99,100); }

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