#836163

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

Shades of Falcon #836163

Tints of Falcon #836163

Color information

#836163 (or 0x836163) is unknown color: approx Falcon. HEX triplet: 83, 61 and 63. RGB value is (131,97,99). Sum of RGB (Red+Green+Blue) = 131+97+99=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #836163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836163 is #7C9E9C. Grayscale: #6B6B6B. Windows color (decimal): -8167069 or 6513027. OLE color: 6513027.

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

Color convert

RGB1319799-
CMYK00.260.240.49
HSL356.47º14.91%44.71%-
HSV(B)356.47º25.95%51.37%-
XYZ15.8914.2813.72-
YUV107.39123.26144.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.06%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 99 (39.06% from 255) = 30.28%
R=40.06%
G=29.66%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131979900.260.240.49356.4714.9144.71
Hex83616301A1831164f2d
Octal20314114303230615441755
Binary1000001111000011100011011010110001100011011001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836163; }

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

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

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

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

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

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

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

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