#836E6C

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

Shades of Ferra #836E6C

Tints of Ferra #836E6C

Color information

#836E6C (or 0x836E6C) is unknown color: approx Ferra. HEX triplet: 83, 6E and 6C. RGB value is (131,110,108). Sum of RGB (Red+Green+Blue) = 131+110+108=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 131 - color contains mainly: red. Hex color #836E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836E6C is #7C9193. Grayscale: #747474. Windows color (decimal): -8163732 or 7106179. OLE color: 7106179.

HSL color Cylindrical-coordinate representation of color #836E6C: hue angle of 5.22º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #836E6C is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB131110108-
CMYK00.160.180.49
HSL5.22º9.62%46.86%-
HSV(B)5.22º17.56%51.37%-
XYZ17.6417.0616.55-
YUV116.05123.46138.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.54%
GREEN value IS 110 (43.36% from 255) = 31.52%
BLUE value IS 108 (42.58% from 255) = 30.95%
R=37.54%
G=31.52%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111010800.160.180.495.229.6246.86
Hex836E6C01012315a2f
Octal203156154020226151257
Binary1000001111011101101100010000100101100011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836E6C; }

 p { color: rgb(131,110,108); }

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

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

 a { background-color: rgb(131,110,108); }

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

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

 span { border-color: rgb(131,110,108); }

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