Html Css Color HEX #866375 Strikemaster

📋 copy color: '#866375'

red 134 ◦ green 99 ◦ blue 117

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

Shades of Strikemaster #866375

Tints of Strikemaster #866375

RGB

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

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

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

R = 38.29%
G = 28.29%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#866375 (or 0x866375) is known color: Strikemaster. HEX triplet: 86, 63 and 75. RGB value is (134,99,117). Sum of RGB (Red+Green+Blue) = 134+99+117=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #866375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866375 is #799C8A. Grayscale: #6F6F6F. Windows color (decimal): -7969931 or 7693190. OLE color: 7693190.

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

Color convert

RGB 134 99 117 -
CMYK 0 0.26 0.13 0.47
HSL 329.14º 0.15% 0.46% -
HSV(B) 329.14º 0.26% 0.53% -
XYZ 17.5 15.28 18.86 -
YUV 111.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 134 99 117 0 0.26 0.13 0.47 329.14 0.15 0.46
Hex 86 63 75 0 1A D 2F 149 F 2E
Octal 206 143 165 0 32 15 57 511 17 56
Binary 10000110 1100011 1110101 0 11010 1101 101111 101001001 1111 101110

Color Harmonies of #866375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866375

Black with #866375

Text Example


Text Example

White with #866375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866375; }

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

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

background-color css

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

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

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

border-color css

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

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

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