Html Css Color HEX #836576 Strikemaster

📋 copy color: '#836576'

red 131 ◦ green 101 ◦ blue 118

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

Shades of Strikemaster #836576

Tints of Strikemaster #836576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.86%

 BLUE value IS 118 (46.48% from 255) = 33.71%

R = 37.43%
G = 28.86%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#836576 (or 0x836576) is known color: Strikemaster. HEX triplet: 83, 65 and 76. RGB value is (131,101,118). Sum of RGB (Red+Green+Blue) = 131+101+118=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 131 - color contains mainly: red. Hex color #836576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836576 is #7C9A89. Grayscale: #6F6F6F. Windows color (decimal): -8166026 or 7759235. OLE color: 7759235.

HSL color Cylindrical-coordinate representation of color #836576: hue angle of 326º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #836576 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 101 118 -
CMYK 0 0.23 0.10 0.49
HSL 326º 0.13% 0.45% -
HSV(B) 326º 0.23% 0.51% -
XYZ 17.28 15.44 19.21 -
YUV 111.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 131 101 118 0 0.23 0.10 0.49 326 0.13 0.45
Hex 83 65 76 0 17 A 31 146 D 2D
Octal 203 145 166 0 27 12 61 506 15 55
Binary 10000011 1100101 1110110 0 10111 1010 110001 101000110 1101 101101

Color Harmonies of #836576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836576

Black with #836576

Text Example


Text Example

White with #836576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836576; }

 p { color: rgb(131,101,118); }

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

background-color css

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

 a { background-color: rgb(131,101,118); }

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

border-color css

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

 span { border-color: rgb(131,101,118); }

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