#846062

Color #846062 Falcon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falcon #846062

Tints of Falcon #846062

Color information

#846062 (or 0x846062) is unknown color: approx Falcon. HEX triplet: 84, 60 and 62. RGB value is (132,96,98). Sum of RGB (Red+Green+Blue) = 132+96+98=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #846062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846062 is #7B9F9D. Grayscale: #6B6B6B. Windows color (decimal): -8101790 or 6447236. OLE color: 6447236.

HSL color Cylindrical-coordinate representation of color #846062: hue angle of 356.67º 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 #846062 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1329698-
CMYK00.270.260.48
HSL356.67º15.79%44.71%-
HSV(B)356.67º27.27%51.76%-
XYZ15.914.1513.45-
YUV106.99122.93145.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 98 (38.67% from 255) = 30.06%
R=40.49%
G=29.45%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132969800.270.260.48356.6715.7944.71
Hex84606201B1A30165102d
Octal20414014203332605452055
Binary10000100110000011000100110111101011000010110010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846062; }

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

 H1.HeaderClassName
 {
   color: #846062;
 }
 .AnyTagClassName
 {
   color: #846062;
 }
</style>
background-color css

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

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

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

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

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

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