Html Css Color HEX #866579 Strikemaster

📋 copy color: '#866579'

red 134 ◦ green 101 ◦ blue 121

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

Shades of Strikemaster #866579

Tints of Strikemaster #866579

RGB

 RED value IS 134 (52.73% from 255) = 37.64%

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

 BLUE value IS 121 (47.66% from 255) = 33.99%

R = 37.64%
G = 28.37%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#866579 (or 0x866579) is known color: Strikemaster. HEX triplet: 86, 65 and 79. RGB value is (134,101,121). Sum of RGB (Red+Green+Blue) = 134+101+121=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #866579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866579 is #799A86. Grayscale: #717171. Windows color (decimal): -7969415 or 7955846. OLE color: 7955846.

HSL color Cylindrical-coordinate representation of color #866579: hue angle of 323.64º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #866579 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 101 121 -
CMYK 0 0.25 0.10 0.47
HSL 323.64º 0.14% 0.46% -
HSV(B) 323.64º 0.25% 0.53% -
XYZ 17.94 15.76 20.19 -
YUV 113.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 134 101 121 0 0.25 0.10 0.47 323.64 0.14 0.46
Hex 86 65 79 0 19 A 2F 144 E 2E
Octal 206 145 171 0 31 12 57 504 16 56
Binary 10000110 1100101 1111001 0 11001 1010 101111 101000100 1110 101110

Color Harmonies of #866579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866579

Black with #866579

Text Example


Text Example

White with #866579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866579; }

 p { color: rgb(134,101,121); }

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

background-color css

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

 a { background-color: rgb(134,101,121); }

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

border-color css

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

 span { border-color: rgb(134,101,121); }

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