Html Css Color HEX #86647B Strikemaster

📋 copy color: '#86647B'

red 134 ◦ green 100 ◦ blue 123

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

Shades of Strikemaster #86647B

Tints of Strikemaster #86647B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.45%

R = 37.54%
G = 28.01%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#86647B (or 0x86647B) is known color: Strikemaster. HEX triplet: 86, 64 and 7B. RGB value is (134,100,123). Sum of RGB (Red+Green+Blue) = 134+100+123=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 134 - color contains mainly: red. Hex color #86647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86647B is #799B84. Grayscale: #707070. Windows color (decimal): -7969669 or 8086662. OLE color: 8086662.

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

Color convert

RGB 134 100 123 -
CMYK 0 0.25 0.08 0.47
HSL 319.41º 0.15% 0.46% -
HSV(B) 319.41º 0.25% 0.53% -
XYZ 17.96 15.61 20.81 -
YUV 112.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 134 100 123 0 0.25 0.08 0.47 319.41 0.15 0.46
Hex 86 64 7B 0 19 8 2F 13F F 2E
Octal 206 144 173 0 31 10 57 477 17 56
Binary 10000110 1100100 1111011 0 11001 1000 101111 100111111 1111 101110

Color Harmonies of #86647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86647B

Black with #86647B

Text Example


Text Example

White with #86647B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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