Html Css Color HEX #865674 Strikemaster

📋 copy color: '#865674'

red 134 ◦ green 86 ◦ blue 116

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

Shades of Strikemaster #865674

Tints of Strikemaster #865674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.6%

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

R = 39.88%
G = 25.6%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#865674 (or 0x865674) is known color: Strikemaster. HEX triplet: 86, 56 and 74. RGB value is (134,86,116). Sum of RGB (Red+Green+Blue) = 134+86+116=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 134 - color contains mainly: red. Hex color #865674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865674 is #79A98B. Grayscale: #676767. Windows color (decimal): -7973260 or 7624326. OLE color: 7624326.

HSL color Cylindrical-coordinate representation of color #865674: hue angle of 322.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #865674 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 86 116 -
CMYK 0 0.36 0.13 0.47
HSL 322.5º 0.22% 0.43% -
HSV(B) 322.5º 0.36% 0.53% -
XYZ 16.31 12.98 18.17 -
YUV 103.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 134 86 116 0 0.36 0.13 0.47 322.5 0.22 0.43
Hex 86 56 74 0 24 D 2F 142 16 2B
Octal 206 126 164 0 44 15 57 502 26 53
Binary 10000110 1010110 1110100 0 100100 1101 101111 101000010 10110 101011

Color Harmonies of #865674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865674

Black with #865674

Text Example


Text Example

White with #865674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865674; }

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

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

background-color css

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

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

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

border-color css

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

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

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