Html Css Color HEX #845E61 Falcon

📋 copy color: '#845E61'

red 132 ◦ green 94 ◦ blue 97

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

Shades of Falcon #845E61

Tints of Falcon #845E61

RGB

 RED value IS 132 (51.95% from 255) = 40.87%

 GREEN value IS 94 (37.11% from 255) = 29.1%

 BLUE value IS 97 (38.28% from 255) = 30.03%

R = 40.87%
G = 29.1%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#845E61 (or 0x845E61) is known color: Falcon. HEX triplet: 84, 5E and 61. RGB value is (132,94,97). Sum of RGB (Red+Green+Blue) = 132+94+97=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #845E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E61 is #7BA19E. Grayscale: #696969. Windows color (decimal): -8102303 or 6381188. OLE color: 6381188.

HSL color Cylindrical-coordinate representation of color #845E61: hue angle of 355.26º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #845E61 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 94 97 -
CMYK 0 0.29 0.27 0.48
HSL 355.26º 0.17% 0.44% -
HSV(B) 355.26º 0.29% 0.52% -
XYZ 15.68 13.77 13.14 -
YUV 105.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 132 94 97 0 0.29 0.27 0.48 355.26 0.17 0.44
Hex 84 5E 61 0 1D 1B 30 163 11 2C
Octal 204 136 141 0 35 33 60 543 21 54
Binary 10000100 1011110 1100001 0 11101 11011 110000 101100011 10001 101100

Color Harmonies of #845E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845E61

Black with #845E61

Text Example


Text Example

White with #845E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845E61; }

 p { color: rgb(132,94,97); }

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

background-color css

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

 a { background-color: rgb(132,94,97); }

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

border-color css

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

 span { border-color: rgb(132,94,97); }

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