Html Css Color HEX #95697C Strikemaster

📋 copy color: '#95697C'

red 149 ◦ green 105 ◦ blue 124

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

Shades of Strikemaster #95697C

Tints of Strikemaster #95697C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.8%

R = 39.42%
G = 27.78%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95697C (or 0x95697C) is known color: Strikemaster. HEX triplet: 95, 69 and 7C. RGB value is (149,105,124). Sum of RGB (Red+Green+Blue) = 149+105+124=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #95697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95697C is #6A9683. Grayscale: #787878. Windows color (decimal): -6985348 or 8153493. OLE color: 8153493.

HSL color Cylindrical-coordinate representation of color #95697C: hue angle of 334.09º 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 #95697C is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 105 124 -
CMYK 0 0.30 0.17 0.42
HSL 334.09º 0.17% 0.5% -
HSV(B) 334.09º 0.3% 0.58% -
XYZ 21.08 17.95 21.42 -
YUV 120.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 149 105 124 0 0.30 0.17 0.42 334.09 0.17 0.5
Hex 95 69 7C 0 1E 11 2A 14E 11 32
Octal 225 151 174 0 36 21 52 516 21 62
Binary 10010101 1101001 1111100 0 11110 10001 101010 101001110 10001 110010

Color Harmonies of #95697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95697C

Black with #95697C

Text Example


Text Example

White with #95697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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