Html Css Color HEX #836674 Strikemaster

📋 copy color: '#836674'

red 131 ◦ green 102 ◦ blue 116

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

Shades of Strikemaster #836674

Tints of Strikemaster #836674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.23%

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 37.54%
G = 29.23%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#836674 (or 0x836674) is known color: Strikemaster. HEX triplet: 83, 66 and 74. RGB value is (131,102,116). Sum of RGB (Red+Green+Blue) = 131+102+116=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 131 - color contains mainly: red. Hex color #836674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836674 is #7C998B. Grayscale: #707070. Windows color (decimal): -8165772 or 7628419. OLE color: 7628419.

HSL color Cylindrical-coordinate representation of color #836674: hue angle of 331.03º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #836674 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 102 116 -
CMYK 0 0.22 0.11 0.49
HSL 331.03º 0.12% 0.46% -
HSV(B) 331.03º 0.22% 0.51% -
XYZ 17.26 15.59 18.62 -
YUV 112.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 131 102 116 0 0.22 0.11 0.49 331.03 0.12 0.46
Hex 83 66 74 0 16 B 31 14B C 2E
Octal 203 146 164 0 26 13 61 513 14 56
Binary 10000011 1100110 1110100 0 10110 1011 110001 101001011 1100 101110

Color Harmonies of #836674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836674

Black with #836674

Text Example


Text Example

White with #836674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836674; }

 p { color: rgb(131,102,116); }

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

background-color css

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

 a { background-color: rgb(131,102,116); }

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

border-color css

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

 span { border-color: rgb(131,102,116); }

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