Html Css Color HEX #99697D Strikemaster

📋 copy color: '#99697D'

red 153 ◦ green 105 ◦ blue 125

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

Shades of Strikemaster #99697D

Tints of Strikemaster #99697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 39.95%
G = 27.42%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99697D (or 0x99697D) is known color: Strikemaster. HEX triplet: 99, 69 and 7D. RGB value is (153,105,125). Sum of RGB (Red+Green+Blue) = 153+105+125=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #99697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99697D is #669682. Grayscale: #797979. Windows color (decimal): -6723203 or 8219033. OLE color: 8219033.

HSL color Cylindrical-coordinate representation of color #99697D: hue angle of 335º 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 #99697D is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 125 -
CMYK 0 0.31 0.18 0.4
HSL 335º 0.19% 0.51% -
HSV(B) 335º 0.31% 0.6% -
XYZ 21.89 18.36 21.79 -
YUV 121.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 153 105 125 0 0.31 0.18 0.4 335 0.19 0.51
Hex 99 69 7D 0 1F 12 28 14F 13 33
Octal 231 151 175 0 37 22 50 517 23 63
Binary 10011001 1101001 1111101 0 11111 10010 101000 101001111 10011 110011

Color Harmonies of #99697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99697D

Black with #99697D

Text Example


Text Example

White with #99697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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