#836F6E

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

Shades of Ferra #836F6E

Tints of Ferra #836F6E

Color information

#836F6E (or 0x836F6E) is unknown color: approx Ferra. HEX triplet: 83, 6F and 6E. RGB value is (131,111,110). Sum of RGB (Red+Green+Blue) = 131+111+110=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 131 - color contains mainly: red. Hex color #836F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836F6E is #7C9091. Grayscale: #747474. Windows color (decimal): -8163474 or 7237507. OLE color: 7237507.

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

Color convert

RGB131111110-
CMYK00.150.160.49
HSL2.86º8.71%47.25%-
HSV(B)2.86º16.03%51.37%-
XYZ17.8617.3217.15-
YUV116.87124.13138.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.22%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=37.22%
G=31.53%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111111000.150.160.492.868.7147.25
Hex836F6E0F1031392f
Octal203157156017206131157
Binary10000011110111111011100111110000110001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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