Html Css Color HEX #99688A Strikemaster

📋 copy color: '#99688A'

red 153 ◦ green 104 ◦ blue 138

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

Shades of Strikemaster #99688A

Tints of Strikemaster #99688A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.33%

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 38.73%
G = 26.33%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#99688A (or 0x99688A) is known color: Strikemaster. HEX triplet: 99, 68 and 8A. RGB value is (153,104,138). Sum of RGB (Red+Green+Blue) = 153+104+138=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #99688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99688A is #669775. Grayscale: #7A7A7A. Windows color (decimal): -6723446 or 9070745. OLE color: 9070745.

HSL color Cylindrical-coordinate representation of color #99688A: hue angle of 318.37º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99688A is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 104 138 -
CMYK 0 0.32 0.10 0.4
HSL 318.37º 0.19% 0.5% -
HSV(B) 318.37º 0.32% 0.6% -
XYZ 22.67 18.51 26.42 -
YUV 122.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 153 104 138 0 0.32 0.10 0.4 318.37 0.19 0.5
Hex 99 68 8A 0 20 A 28 13E 13 32
Octal 231 150 212 0 40 12 50 476 23 62
Binary 10011001 1101000 10001010 0 100000 1010 101000 100111110 10011 110010

Color Harmonies of #99688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99688A

Black with #99688A

Text Example


Text Example

White with #99688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99688A; }

 p { color: rgb(153,104,138); }

 H1.HeaderClassName
 {
   color: #99688A;
 }
 .AnyTagClassName
 {
   color: #99688A;
 }
</style>

background-color css

<style>
 a { background-color: #99688A; }

 a { background-color: rgb(153,104,138); }

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

border-color css

<style>
 span { border-color: #99688A; }

 span { border-color: rgb(153,104,138); }

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