#836B90

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

Shades of Mamba #836B90

Tints of Mamba #836B90

Color information

#836B90 (or 0x836B90) is unknown color: approx Mamba. HEX triplet: 83, 6B and 90. RGB value is (131,107,144). Sum of RGB (Red+Green+Blue) = 131+107+144=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #836B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836B90 is #7C946F. Grayscale: #767676. Windows color (decimal): -8164464 or 9464707. OLE color: 9464707.

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

Color convert

RGB131107144-
CMYK0.090.2600.44
HSL278.92º14.74%49.22%-
HSV(B)278.92º25.69%56.47%-
XYZ19.6517.3528.7-
YUV118.39142.45136.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.29%
GREEN value IS 107 (42.19% from 255) = 28.01%
BLUE value IS 144 (56.64% from 255) = 37.70%
R=34.29%
G=28.01%
B=37.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311071440.090.2600.44278.9214.7449.22
Hex836B9091A02C117f31
Octal20315322011320544271761
Binary1000001111010111001000010011101001011001000101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,107,144); }

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

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

 a { background-color: rgb(131,107,144); }

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

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

 span { border-color: rgb(131,107,144); }

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