#836C70

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

Shades of Empress #836C70

Tints of Empress #836C70

Color information

#836C70 (or 0x836C70) is unknown color: approx Empress. HEX triplet: 83, 6C and 70. RGB value is (131,108,112). Sum of RGB (Red+Green+Blue) = 131+108+112=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 131 - color contains mainly: red. Hex color #836C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836C70 is #7C938F. Grayscale: #737373. Windows color (decimal): -8164240 or 7367811. OLE color: 7367811.

HSL color Cylindrical-coordinate representation of color #836C70: hue angle of 349.57º 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 #836C70 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB131108112-
CMYK00.180.150.49
HSL349.57º9.62%46.86%-
HSV(B)349.57º17.56%51.37%-
XYZ17.6516.7217.63-
YUV115.33126.12139.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.32%
GREEN value IS 108 (42.58% from 255) = 30.77%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=37.32%
G=30.77%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110811200.180.150.49349.579.6246.86
Hex836C70012F3115ea2f
Octal20315416002217615361257
Binary100000111101100111000001001011111100011010111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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