Html Css Color HEX #836C8A Mamba

📋 copy color: '#836C8A'

red 131 ◦ green 108 ◦ blue 138

#836C8A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mamba #836C8A

Tints of Mamba #836C8A

RGB

 RED value IS 131 (51.56% from 255) = 34.75%

 GREEN value IS 108 (42.58% from 255) = 28.65%

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 34.75%
G = 28.65%
B = 36.6%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#836C8A (or 0x836C8A) is known color: Mamba. HEX triplet: 83, 6C and 8A. RGB value is (131,108,138). Sum of RGB (Red+Green+Blue) = 131+108+138=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 138 - color contains mainly: blue. Hex color #836C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836C8A is #7C9375. Grayscale: #767676. Windows color (decimal): -8164214 or 9071747. OLE color: 9071747.

HSL color Cylindrical-coordinate representation of color #836C8A: hue angle of 286º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #836C8A is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 108 138 -
CMYK 0.05 0.22 0 0.46
HSL 286º 0.12% 0.48% -
HSV(B) 286º 0.22% 0.54% -
XYZ 19.31 17.39 26.38 -
YUV 118.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 131 108 138 0.05 0.22 0 0.46 286 0.12 0.48
Hex 83 6C 8A 5 16 0 2E 11E C 30
Octal 203 154 212 5 26 0 56 436 14 60
Binary 10000011 1101100 10001010 101 10110 0 101110 100011110 1100 110000

Color Harmonies of #836C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C8A

Black with #836C8A

Text Example


Text Example

White with #836C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #836C8A;
 }
 .AnyTagClassName
 {
   color: #836C8A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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