#836D70

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

Shades of Empress #836D70

Tints of Empress #836D70

Color information

#836D70 (or 0x836D70) is unknown color: approx Empress. HEX triplet: 83, 6D and 70. RGB value is (131,109,112). Sum of RGB (Red+Green+Blue) = 131+109+112=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 131 - color contains mainly: red. Hex color #836D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836D70 is #7C928F. Grayscale: #737373. Windows color (decimal): -8163984 or 7368067. OLE color: 7368067.

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

Color convert

RGB131109112-
CMYK00.170.150.49
HSL351.82º9.17%47.06%-
HSV(B)351.82º16.79%51.37%-
XYZ17.7516.9317.66-
YUV115.92125.79138.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.22%
GREEN value IS 109 (42.97% from 255) = 30.97%
BLUE value IS 112 (44.14% from 255) = 31.82%
R=37.22%
G=30.97%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110911200.170.150.49351.829.1747.06
Hex836D70011F3116092f
Octal20315516002117615401157
Binary100000111101101111000001000111111100011011000001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,109,112); }

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

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

 a { background-color: rgb(131,109,112); }

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

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

 span { border-color: rgb(131,109,112); }

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