Html Css Color HEX #866475 Strikemaster

📋 copy color: '#866475'

red 134 ◦ green 100 ◦ blue 117

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

Shades of Strikemaster #866475

Tints of Strikemaster #866475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.33%

R = 38.18%
G = 28.49%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#866475 (or 0x866475) is known color: Strikemaster. HEX triplet: 86, 64 and 75. RGB value is (134,100,117). Sum of RGB (Red+Green+Blue) = 134+100+117=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #866475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866475 is #799B8A. Grayscale: #707070. Windows color (decimal): -7969675 or 7693446. OLE color: 7693446.

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

Color convert

RGB 134 100 117 -
CMYK 0 0.25 0.13 0.47
HSL 330º 0.15% 0.46% -
HSV(B) 330º 0.25% 0.53% -
XYZ 17.6 15.47 18.89 -
YUV 112.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 134 100 117 0 0.25 0.13 0.47 330 0.15 0.46
Hex 86 64 75 0 19 D 2F 14A F 2E
Octal 206 144 165 0 31 15 57 512 17 56
Binary 10000110 1100100 1110101 0 11001 1101 101111 101001010 1111 101110

Color Harmonies of #866475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866475

Black with #866475

Text Example


Text Example

White with #866475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866475; }

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

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

background-color css

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

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

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

border-color css

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

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

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