Html Css Color HEX #99677D Strikemaster

📋 copy color: '#99677D'

red 153 ◦ green 103 ◦ blue 125

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

Shades of Strikemaster #99677D

Tints of Strikemaster #99677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.03%

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

R = 40.16%
G = 27.03%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99677D (or 0x99677D) is known color: Strikemaster. HEX triplet: 99, 67 and 7D. RGB value is (153,103,125). Sum of RGB (Red+Green+Blue) = 153+103+125=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #99677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99677D is #669882. Grayscale: #787878. Windows color (decimal): -6723715 or 8218521. OLE color: 8218521.

HSL color Cylindrical-coordinate representation of color #99677D: hue angle of 333.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99677D is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 103 125 -
CMYK 0 0.33 0.18 0.4
HSL 333.6º 0.2% 0.5% -
HSV(B) 333.6º 0.33% 0.6% -
XYZ 21.69 17.95 21.72 -
YUV 120.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 153 103 125 0 0.33 0.18 0.4 333.6 0.2 0.5
Hex 99 67 7D 0 21 12 28 14E 14 32
Octal 231 147 175 0 41 22 50 516 24 62
Binary 10011001 1100111 1111101 0 100001 10010 101000 101001110 10100 110010

Color Harmonies of #99677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99677D

Black with #99677D

Text Example


Text Example

White with #99677D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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