Html Css Color HEX #736164 Falcon

📋 copy color: '#736164'

red 115 ◦ green 97 ◦ blue 100

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

Shades of Falcon #736164

Tints of Falcon #736164

RGB

 RED value IS 115 (45.31% from 255) = 36.86%

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

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

R = 36.86%
G = 31.09%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#736164 (or 0x736164) is known color: Falcon. HEX triplet: 73, 61 and 64. RGB value is (115,97,100). Sum of RGB (Red+Green+Blue) = 115+97+100=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 115 - color contains mainly: red. Hex color #736164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736164 is #8C9E9B. Grayscale: #666666. Windows color (decimal): -9215644 or 6578547. OLE color: 6578547.

HSL color Cylindrical-coordinate representation of color #736164: hue angle of 350º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #736164 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 97 100 -
CMYK 0 0.16 0.13 0.55
HSL 350º 0.08% 0.42% -
HSV(B) 350º 0.16% 0.45% -
XYZ 13.65 13.11 13.87 -
YUV 102.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 115 97 100 0 0.16 0.13 0.55 350 0.08 0.42
Hex 73 61 64 0 10 D 37 15E 8 2A
Octal 163 141 144 0 20 15 67 536 10 52
Binary 1110011 1100001 1100100 0 10000 1101 110111 101011110 1000 101010

Color Harmonies of #736164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736164

Black with #736164

Text Example


Text Example

White with #736164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736164; }

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

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

background-color css

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

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

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

border-color css

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

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

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