Html Css Color HEX #99678C Strikemaster

📋 copy color: '#99678C'

red 153 ◦ green 103 ◦ blue 140

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

Shades of Strikemaster #99678C

Tints of Strikemaster #99678C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 38.64%
G = 26.01%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99678C (or 0x99678C) is known color: Strikemaster. HEX triplet: 99, 67 and 8C. RGB value is (153,103,140). Sum of RGB (Red+Green+Blue) = 153+103+140=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #99678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99678C is #669873. Grayscale: #7A7A7A. Windows color (decimal): -6723700 or 9201561. OLE color: 9201561.

HSL color Cylindrical-coordinate representation of color #99678C: hue angle of 315.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 #99678C is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 103 140 -
CMYK 0 0.33 0.08 0.4
HSL 315.6º 0.2% 0.5% -
HSV(B) 315.6º 0.33% 0.6% -
XYZ 22.72 18.37 27.16 -
YUV 122.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 153 103 140 0 0.33 0.08 0.4 315.6 0.2 0.5
Hex 99 67 8C 0 21 8 28 13C 14 32
Octal 231 147 214 0 41 10 50 474 24 62
Binary 10011001 1100111 10001100 0 100001 1000 101000 100111100 10100 110010

Color Harmonies of #99678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99678C

Black with #99678C

Text Example


Text Example

White with #99678C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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