Html Css Color HEX #976683 Strikemaster

📋 copy color: '#976683'

red 151 ◦ green 102 ◦ blue 131

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

Shades of Strikemaster #976683

Tints of Strikemaster #976683

RGB

 RED value IS 151 (59.38% from 255) = 39.32%

 GREEN value IS 102 (40.23% from 255) = 26.56%

 BLUE value IS 131 (51.56% from 255) = 34.11%

R = 39.32%
G = 26.56%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#976683 (or 0x976683) is known color: Strikemaster. HEX triplet: 97, 66 and 83. RGB value is (151,102,131). Sum of RGB (Red+Green+Blue) = 151+102+131=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 151 - color contains mainly: red. Hex color #976683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976683 is #68997C. Grayscale: #777777. Windows color (decimal): -6855037 or 8611479. OLE color: 8611479.

HSL color Cylindrical-coordinate representation of color #976683: hue angle of 324.49º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #976683 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 102 131 -
CMYK 0 0.32 0.13 0.41
HSL 324.49º 0.19% 0.5% -
HSV(B) 324.49º 0.32% 0.59% -
XYZ 21.61 17.72 23.75 -
YUV 119.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 151 102 131 0 0.32 0.13 0.41 324.49 0.19 0.5
Hex 97 66 83 0 20 D 29 144 13 32
Octal 227 146 203 0 40 15 51 504 23 62
Binary 10010111 1100110 10000011 0 100000 1101 101001 101000100 10011 110010

Color Harmonies of #976683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976683

Black with #976683

Text Example


Text Example

White with #976683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976683; }

 p { color: rgb(151,102,131); }

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

background-color css

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

 a { background-color: rgb(151,102,131); }

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

border-color css

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

 span { border-color: rgb(151,102,131); }

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