Html Css Color HEX #95697F Strikemaster

📋 copy color: '#95697F'

red 149 ◦ green 105 ◦ blue 127

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

Shades of Strikemaster #95697F

Tints of Strikemaster #95697F

RGB

 RED value IS 149 (58.59% from 255) = 39.11%

 GREEN value IS 105 (41.41% from 255) = 27.56%

 BLUE value IS 127 (50% from 255) = 33.33%

R = 39.11%
G = 27.56%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95697F (or 0x95697F) is known color: Strikemaster. HEX triplet: 95, 69 and 7F. RGB value is (149,105,127). Sum of RGB (Red+Green+Blue) = 149+105+127=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #95697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95697F is #6A9680. Grayscale: #787878. Windows color (decimal): -6985345 or 8350101. OLE color: 8350101.

HSL color Cylindrical-coordinate representation of color #95697F: hue angle of 330º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95697F is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 105 127 -
CMYK 0 0.30 0.15 0.42
HSL 330º 0.17% 0.5% -
HSV(B) 330º 0.3% 0.58% -
XYZ 21.28 18.03 22.44 -
YUV 120.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 149 105 127 0 0.30 0.15 0.42 330 0.17 0.5
Hex 95 69 7F 0 1E F 2A 14A 11 32
Octal 225 151 177 0 36 17 52 512 21 62
Binary 10010101 1101001 1111111 0 11110 1111 101010 101001010 10001 110010

Color Harmonies of #95697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95697F

Black with #95697F

Text Example


Text Example

White with #95697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95697F; }

 p { color: rgb(149,105,127); }

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

background-color css

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

 a { background-color: rgb(149,105,127); }

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

border-color css

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

 span { border-color: rgb(149,105,127); }

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