Html Css Color HEX #95697A Strikemaster

📋 copy color: '#95697A'

red 149 ◦ green 105 ◦ blue 122

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

Shades of Strikemaster #95697A

Tints of Strikemaster #95697A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.45%

R = 39.63%
G = 27.93%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95697A (or 0x95697A) is known color: Strikemaster. HEX triplet: 95, 69 and 7A. RGB value is (149,105,122). Sum of RGB (Red+Green+Blue) = 149+105+122=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #95697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95697A is #6A9685. Grayscale: #787878. Windows color (decimal): -6985350 or 8022421. OLE color: 8022421.

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

Color convert

RGB 149 105 122 -
CMYK 0 0.30 0.18 0.42
HSL 336.82º 0.17% 0.5% -
HSV(B) 336.82º 0.3% 0.58% -
XYZ 20.96 17.9 20.76 -
YUV 120.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 149 105 122 0 0.30 0.18 0.42 336.82 0.17 0.5
Hex 95 69 7A 0 1E 12 2A 151 11 32
Octal 225 151 172 0 36 22 52 521 21 62
Binary 10010101 1101001 1111010 0 11110 10010 101010 101010001 10001 110010

Color Harmonies of #95697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95697A

Black with #95697A

Text Example


Text Example

White with #95697A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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