#83688E

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

Shades of Mamba #83688E

Tints of Mamba #83688E

Color information

#83688E (or 0x83688E) is unknown color: approx Mamba. HEX triplet: 83, 68 and 8E. RGB value is (131,104,142). Sum of RGB (Red+Green+Blue) = 131+104+142=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 142 - color contains mainly: blue. Hex color #83688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83688E is #7C9771. Grayscale: #747474. Windows color (decimal): -8165234 or 9332867. OLE color: 9332867.

HSL color Cylindrical-coordinate representation of color #83688E: hue angle of 282.63º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83688E is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB131104142-
CMYK0.080.2700.44
HSL282.63º15.45%48.24%-
HSV(B)282.63º26.76%55.69%-
XYZ19.1916.6827.8-
YUV116.4142.45138.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.75%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=34.75%
G=27.59%
B=37.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311041420.080.2700.44282.6315.4548.24
Hex83688E81B02C11bf30
Octal20315021610330544331760
Binary1000001111010001000111010001101101011001000110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83688E; }

 p { color: rgb(131,104,142); }

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

<style>
 a { background-color: #83688E; }

 a { background-color: rgb(131,104,142); }

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

<style>
 span { border-color: #83688E; }

 span { border-color: rgb(131,104,142); }

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