Html Css Color HEX #99677E Strikemaster

📋 copy color: '#99677E'

red 153 ◦ green 103 ◦ blue 126

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

Shades of Strikemaster #99677E

Tints of Strikemaster #99677E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.98%

R = 40.05%
G = 26.96%
B = 32.98%

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

#99677E (or 0x99677E) is known color: Strikemaster. HEX triplet: 99, 67 and 7E. RGB value is (153,103,126). Sum of RGB (Red+Green+Blue) = 153+103+126=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #99677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99677E is #669881. Grayscale: #787878. Windows color (decimal): -6723714 or 8284057. OLE color: 8284057.

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

Color convert

RGB 153 103 126 -
CMYK 0 0.33 0.18 0.4
HSL 332.4º 0.2% 0.5% -
HSV(B) 332.4º 0.33% 0.6% -
XYZ 21.75 17.98 22.06 -
YUV 120.57 131.07 151.13 -
System Red Green Blue C M Y K H S L
Decimal 153 103 126 0 0.33 0.18 0.4 332.4 0.2 0.5
Hex 99 67 7E 0 21 12 28 14C 14 32
Octal 231 147 176 0 41 22 50 514 24 62
Binary 10011001 1100111 1111110 0 100001 10010 101000 101001100 10100 110010

Color Harmonies of #99677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99677E

Black with #99677E

Text Example


Text Example

White with #99677E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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