Html Css Color HEX #9B697F Strikemaster

📋 copy color: '#9B697F'

red 155 ◦ green 105 ◦ blue 127

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

Shades of Strikemaster #9B697F

Tints of Strikemaster #9B697F

RGB

 RED value IS 155 (60.94% from 255) = 40.05%

 GREEN value IS 105 (41.41% from 255) = 27.13%

 BLUE value IS 127 (50% from 255) = 32.82%

R = 40.05%
G = 27.13%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B697F (or 0x9B697F) is known color: Strikemaster. HEX triplet: 9B, 69 and 7F. RGB value is (155,105,127). Sum of RGB (Red+Green+Blue) = 155+105+127=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B697F is #649680. Grayscale: #7A7A7A. Windows color (decimal): -6592129 or 8350107. OLE color: 8350107.

HSL color Cylindrical-coordinate representation of color #9B697F: hue angle of 333.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B697F is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 105 127 -
CMYK 0 0.32 0.18 0.39
HSL 333.6º 0.2% 0.51% -
HSV(B) 333.6º 0.32% 0.61% -
XYZ 22.4 18.6 22.49 -
YUV 122.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 155 105 127 0 0.32 0.18 0.39 333.6 0.2 0.51
Hex 9B 69 7F 0 20 12 27 14E 14 33
Octal 233 151 177 0 40 22 47 516 24 63
Binary 10011011 1101001 1111111 0 100000 10010 100111 101001110 10100 110011

Color Harmonies of #9B697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B697F

Black with #9B697F

Text Example


Text Example

White with #9B697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B697F; }

 p { color: rgb(155,105,127); }

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

background-color css

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

 a { background-color: rgb(155,105,127); }

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

border-color css

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

 span { border-color: rgb(155,105,127); }

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