Html Css Color HEX #99697C Strikemaster

📋 copy color: '#99697C'

red 153 ◦ green 105 ◦ blue 124

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

Shades of Strikemaster #99697C

Tints of Strikemaster #99697C

RGB

 RED value IS 153 (60.16% from 255) = 40.05%

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

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

R = 40.05%
G = 27.49%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#99697C (or 0x99697C) is known color: Strikemaster. HEX triplet: 99, 69 and 7C. RGB value is (153,105,124). Sum of RGB (Red+Green+Blue) = 153+105+124=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #99697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99697C is #669683. Grayscale: #797979. Windows color (decimal): -6723204 or 8153497. OLE color: 8153497.

HSL color Cylindrical-coordinate representation of color #99697C: hue angle of 336.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99697C is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 124 -
CMYK 0 0.31 0.19 0.4
HSL 336.25º 0.19% 0.51% -
HSV(B) 336.25º 0.31% 0.6% -
XYZ 21.83 18.33 21.46 -
YUV 121.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 153 105 124 0 0.31 0.19 0.4 336.25 0.19 0.51
Hex 99 69 7C 0 1F 13 28 150 13 33
Octal 231 151 174 0 37 23 50 520 23 63
Binary 10011001 1101001 1111100 0 11111 10011 101000 101010000 10011 110011

Color Harmonies of #99697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99697C

Black with #99697C

Text Example


Text Example

White with #99697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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