Html Css Color HEX #96698A Strikemaster

📋 copy color: '#96698A'

red 150 ◦ green 105 ◦ blue 138

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

Shades of Strikemaster #96698A

Tints of Strikemaster #96698A

RGB

 RED value IS 150 (58.98% from 255) = 38.17%

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

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 38.17%
G = 26.72%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96698A (or 0x96698A) is known color: Strikemaster. HEX triplet: 96, 69 and 8A. RGB value is (150,105,138). Sum of RGB (Red+Green+Blue) = 150+105+138=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #96698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96698A is #699675. Grayscale: #7A7A7A. Windows color (decimal): -6919798 or 9070998. OLE color: 9070998.

HSL color Cylindrical-coordinate representation of color #96698A: hue angle of 316º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96698A is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 105 138 -
CMYK 0 0.30 0.08 0.41
HSL 316º 0.18% 0.5% -
HSV(B) 316º 0.3% 0.59% -
XYZ 22.22 18.42 26.43 -
YUV 122.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 150 105 138 0 0.30 0.08 0.41 316 0.18 0.5
Hex 96 69 8A 0 1E 8 29 13C 12 32
Octal 226 151 212 0 36 10 51 474 22 62
Binary 10010110 1101001 10001010 0 11110 1000 101001 100111100 10010 110010

Color Harmonies of #96698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96698A

Black with #96698A

Text Example


Text Example

White with #96698A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,105,138); }

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

background-color css

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

 a { background-color: rgb(150,105,138); }

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

border-color css

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

 span { border-color: rgb(150,105,138); }

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