Html Css Color HEX #836C8B Mamba

📋 copy color: '#836C8B'

red 131 ◦ green 108 ◦ blue 139

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

Shades of Mamba #836C8B

Tints of Mamba #836C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 34.66%
G = 28.57%
B = 36.77%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#836C8B (or 0x836C8B) is known color: Mamba. HEX triplet: 83, 6C and 8B. RGB value is (131,108,139). Sum of RGB (Red+Green+Blue) = 131+108+139=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 139 - color contains mainly: blue. Hex color #836C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836C8B is #7C9374. Grayscale: #767676. Windows color (decimal): -8164213 or 9137283. OLE color: 9137283.

HSL color Cylindrical-coordinate representation of color #836C8B: hue angle of 284.52º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #836C8B is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 108 139 -
CMYK 0.06 0.22 0 0.45
HSL 284.52º 0.13% 0.48% -
HSV(B) 284.52º 0.22% 0.55% -
XYZ 19.38 17.41 26.77 -
YUV 118.41 139.62 136.98 -
System Red Green Blue C M Y K H S L
Decimal 131 108 139 0.06 0.22 0 0.45 284.52 0.13 0.48
Hex 83 6C 8B 6 16 0 2D 11D D 30
Octal 203 154 213 6 26 0 55 435 15 60
Binary 10000011 1101100 10001011 110 10110 0 101101 100011101 1101 110000

Color Harmonies of #836C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C8B

Black with #836C8B

Text Example


Text Example

White with #836C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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