Html Css Color HEX #846173 Strikemaster

📋 copy color: '#846173'

red 132 ◦ green 97 ◦ blue 115

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

Shades of Strikemaster #846173

Tints of Strikemaster #846173

RGB

 RED value IS 132 (51.95% from 255) = 38.37%

 GREEN value IS 97 (38.28% from 255) = 28.2%

 BLUE value IS 115 (45.31% from 255) = 33.43%

R = 38.37%
G = 28.2%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#846173 (or 0x846173) is known color: Strikemaster. HEX triplet: 84, 61 and 73. RGB value is (132,97,115). Sum of RGB (Red+Green+Blue) = 132+97+115=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #846173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846173 is #7B9E8C. Grayscale: #6D6D6D. Windows color (decimal): -8101517 or 7561604. OLE color: 7561604.

HSL color Cylindrical-coordinate representation of color #846173: hue angle of 329.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #846173 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 97 115 -
CMYK 0 0.27 0.13 0.48
HSL 329.14º 0.15% 0.45% -
HSV(B) 329.14º 0.27% 0.52% -
XYZ 16.88 14.69 18.17 -
YUV 109.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 132 97 115 0 0.27 0.13 0.48 329.14 0.15 0.45
Hex 84 61 73 0 1B D 30 149 F 2D
Octal 204 141 163 0 33 15 60 511 17 55
Binary 10000100 1100001 1110011 0 11011 1101 110000 101001001 1111 101101

Color Harmonies of #846173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846173

Black with #846173

Text Example


Text Example

White with #846173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846173; }

 p { color: rgb(132,97,115); }

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

background-color css

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

 a { background-color: rgb(132,97,115); }

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

border-color css

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

 span { border-color: rgb(132,97,115); }

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