#836162

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

Shades of Falcon #836162

Tints of Falcon #836162

Color information

#836162 (or 0x836162) is unknown color: approx Falcon. HEX triplet: 83, 61 and 62. RGB value is (131,97,98). Sum of RGB (Red+Green+Blue) = 131+97+98=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #836162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836162 is #7C9E9D. Grayscale: #6B6B6B. Windows color (decimal): -8167070 or 6447491. OLE color: 6447491.

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

Color convert

RGB1319798-
CMYK00.260.250.49
HSL358.24º14.91%44.71%-
HSV(B)358.24º25.95%51.37%-
XYZ15.8414.2613.47-
YUV107.28122.76144.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 98 (38.67% from 255) = 30.06%
R=40.18%
G=29.75%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131979800.260.250.49358.2414.9144.71
Hex83616201A1931166f2d
Octal20314114203231615461755
Binary1000001111000011100010011010110011100011011001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836162; }

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

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

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

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

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

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

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

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