Html Css Color HEX #86637B Strikemaster

📋 copy color: '#86637B'

red 134 ◦ green 99 ◦ blue 123

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

Shades of Strikemaster #86637B

Tints of Strikemaster #86637B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.81%

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

R = 37.64%
G = 27.81%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#86637B (or 0x86637B) is known color: Strikemaster. HEX triplet: 86, 63 and 7B. RGB value is (134,99,123). Sum of RGB (Red+Green+Blue) = 134+99+123=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #86637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86637B is #799C84. Grayscale: #707070. Windows color (decimal): -7969925 or 8086406. OLE color: 8086406.

HSL color Cylindrical-coordinate representation of color #86637B: hue angle of 318.86º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86637B is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 99 123 -
CMYK 0 0.26 0.08 0.47
HSL 318.86º 0.15% 0.46% -
HSV(B) 318.86º 0.26% 0.53% -
XYZ 17.87 15.42 20.77 -
YUV 112.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 134 99 123 0 0.26 0.08 0.47 318.86 0.15 0.46
Hex 86 63 7B 0 1A 8 2F 13F F 2E
Octal 206 143 173 0 32 10 57 477 17 56
Binary 10000110 1100011 1111011 0 11010 1000 101111 100111111 1111 101110

Color Harmonies of #86637B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86637B

Black with #86637B

Text Example


Text Example

White with #86637B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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