Html Css Color HEX #846574 Strikemaster

📋 copy color: '#846574'

red 132 ◦ green 101 ◦ blue 116

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

Shades of Strikemaster #846574

Tints of Strikemaster #846574

RGB

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

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

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

R = 37.82%
G = 28.94%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#846574 (or 0x846574) is known color: Strikemaster. HEX triplet: 84, 65 and 74. RGB value is (132,101,116). Sum of RGB (Red+Green+Blue) = 132+101+116=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #846574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846574 is #7B9A8B. Grayscale: #6F6F6F. Windows color (decimal): -8100492 or 7628164. OLE color: 7628164.

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

Color convert

RGB 132 101 116 -
CMYK 0 0.23 0.12 0.48
HSL 330.97º 0.13% 0.46% -
HSV(B) 330.97º 0.23% 0.52% -
XYZ 17.32 15.47 18.6 -
YUV 111.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 132 101 116 0 0.23 0.12 0.48 330.97 0.13 0.46
Hex 84 65 74 0 17 C 30 14B D 2E
Octal 204 145 164 0 27 14 60 513 15 56
Binary 10000100 1100101 1110100 0 10111 1100 110000 101001011 1101 101110

Color Harmonies of #846574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846574

Black with #846574

Text Example


Text Example

White with #846574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846574; }

 p { color: rgb(132,101,116); }

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

background-color css

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

 a { background-color: rgb(132,101,116); }

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

border-color css

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

 span { border-color: rgb(132,101,116); }

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