Html Css Color HEX #846061 Falcon

📋 copy color: '#846061'

red 132 ◦ green 96 ◦ blue 97

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

Shades of Falcon #846061

Tints of Falcon #846061

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

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

R = 40.62%
G = 29.54%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#846061 (or 0x846061) is known color: Falcon. HEX triplet: 84, 60 and 61. RGB value is (132,96,97). Sum of RGB (Red+Green+Blue) = 132+96+97=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #846061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846061 is #7B9F9E. Grayscale: #6A6A6A. Windows color (decimal): -8101791 or 6381700. OLE color: 6381700.

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

Color convert

RGB 132 96 97 -
CMYK 0 0.27 0.27 0.48
HSL 358.33º 0.16% 0.45% -
HSV(B) 358.33º 0.27% 0.52% -
XYZ 15.86 14.13 13.2 -
YUV 106.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 132 96 97 0 0.27 0.27 0.48 358.33 0.16 0.45
Hex 84 60 61 0 1B 1B 30 166 10 2D
Octal 204 140 141 0 33 33 60 546 20 55
Binary 10000100 1100000 1100001 0 11011 11011 110000 101100110 10000 101101

Color Harmonies of #846061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846061

Black with #846061

Text Example


Text Example

White with #846061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846061; }

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

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

background-color css

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

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

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

border-color css

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

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

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