#836061

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

Shades of Falcon #836061

Tints of Falcon #836061

Color information

#836061 (or 0x836061) is unknown color: approx Falcon. HEX triplet: 83, 60 and 61. RGB value is (131,96,97). Sum of RGB (Red+Green+Blue) = 131+96+97=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #836061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836061 is #7C9F9E. Grayscale: #6A6A6A. Windows color (decimal): -8167327 or 6381699. OLE color: 6381699.

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

Color convert

RGB1319697-
CMYK00.270.260.49
HSL358.29º15.42%44.51%-
HSV(B)358.29º26.72%51.37%-
XYZ15.714.0513.19-
YUV106.58122.6145.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.43%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 97 (38.28% from 255) = 29.94%
R=40.43%
G=29.63%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131969700.270.260.49358.2915.4244.51
Hex83606101B1A31166f2d
Octal20314014103332615461755
Binary1000001111000001100001011011110101100011011001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836061; }

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

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

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

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

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

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

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

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