Html Css Color HEX #866279 Strikemaster

📋 copy color: '#866279'

red 134 ◦ green 98 ◦ blue 121

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

Shades of Strikemaster #866279

Tints of Strikemaster #866279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.76%

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

R = 37.96%
G = 27.76%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#866279 (or 0x866279) is known color: Strikemaster. HEX triplet: 86, 62 and 79. RGB value is (134,98,121). Sum of RGB (Red+Green+Blue) = 134+98+121=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #866279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866279 is #799D86. Grayscale: #6F6F6F. Windows color (decimal): -7970183 or 7955078. OLE color: 7955078.

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

Color convert

RGB 134 98 121 -
CMYK 0 0.27 0.10 0.47
HSL 321.67º 0.16% 0.45% -
HSV(B) 321.67º 0.27% 0.53% -
XYZ 17.65 15.18 20.09 -
YUV 111.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 134 98 121 0 0.27 0.10 0.47 321.67 0.16 0.45
Hex 86 62 79 0 1B A 2F 142 10 2D
Octal 206 142 171 0 33 12 57 502 20 55
Binary 10000110 1100010 1111001 0 11011 1010 101111 101000010 10000 101101

Color Harmonies of #866279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866279

Black with #866279

Text Example


Text Example

White with #866279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866279; }

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

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

background-color css

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

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

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

border-color css

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

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

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