Html Css Color HEX #866474 Strikemaster

📋 copy color: '#866474'

red 134 ◦ green 100 ◦ blue 116

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

Shades of Strikemaster #866474

Tints of Strikemaster #866474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 38.29%
G = 28.57%
B = 33.14%

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

#866474 (or 0x866474) is known color: Strikemaster. HEX triplet: 86, 64 and 74. RGB value is (134,100,116). Sum of RGB (Red+Green+Blue) = 134+100+116=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #866474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866474 is #799B8B. Grayscale: #6F6F6F. Windows color (decimal): -7969676 or 7627910. OLE color: 7627910.

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

Color convert

RGB 134 100 116 -
CMYK 0 0.25 0.13 0.47
HSL 331.76º 0.15% 0.46% -
HSV(B) 331.76º 0.25% 0.53% -
XYZ 17.54 15.44 18.58 -
YUV 111.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 134 100 116 0 0.25 0.13 0.47 331.76 0.15 0.46
Hex 86 64 74 0 19 D 2F 14C F 2E
Octal 206 144 164 0 31 15 57 514 17 56
Binary 10000110 1100100 1110100 0 11001 1101 101111 101001100 1111 101110

Color Harmonies of #866474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866474

Black with #866474

Text Example


Text Example

White with #866474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866474; }

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

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

background-color css

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

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

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

border-color css

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

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

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