Html Css Color HEX #86647A Strikemaster

📋 copy color: '#86647A'

red 134 ◦ green 100 ◦ blue 122

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

Shades of Strikemaster #86647A

Tints of Strikemaster #86647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.09%

 BLUE value IS 122 (48.05% from 255) = 34.27%

R = 37.64%
G = 28.09%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#86647A (or 0x86647A) is known color: Strikemaster. HEX triplet: 86, 64 and 7A. RGB value is (134,100,122). Sum of RGB (Red+Green+Blue) = 134+100+122=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #86647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86647A is #799B85. Grayscale: #707070. Windows color (decimal): -7969670 or 8021126. OLE color: 8021126.

HSL color Cylindrical-coordinate representation of color #86647A: hue angle of 321.18º degrees, saturation: 0.15, 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 #86647A is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 100 122 -
CMYK 0 0.25 0.09 0.47
HSL 321.18º 0.15% 0.46% -
HSV(B) 321.18º 0.25% 0.53% -
XYZ 17.9 15.59 20.48 -
YUV 112.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 134 100 122 0 0.25 0.09 0.47 321.18 0.15 0.46
Hex 86 64 7A 0 19 9 2F 141 F 2E
Octal 206 144 172 0 31 11 57 501 17 56
Binary 10000110 1100100 1111010 0 11001 1001 101111 101000001 1111 101110

Color Harmonies of #86647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86647A

Black with #86647A

Text Example


Text Example

White with #86647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86647A; }

 p { color: rgb(134,100,122); }

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

background-color css

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

 a { background-color: rgb(134,100,122); }

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

border-color css

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

 span { border-color: rgb(134,100,122); }

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