Html Css Color HEX #9B6B7F Strikemaster

📋 copy color: '#9B6B7F'

red 155 ◦ green 107 ◦ blue 127

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

Shades of Strikemaster #9B6B7F

Tints of Strikemaster #9B6B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.51%

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

R = 39.85%
G = 27.51%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B6B7F (or 0x9B6B7F) is known color: Strikemaster. HEX triplet: 9B, 6B and 7F. RGB value is (155,107,127). Sum of RGB (Red+Green+Blue) = 155+107+127=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6B7F is #649480. Grayscale: #7B7B7B. Windows color (decimal): -6591617 or 8350619. OLE color: 8350619.

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

Color convert

RGB 155 107 127 -
CMYK 0 0.31 0.18 0.39
HSL 335º 0.19% 0.51% -
HSV(B) 335º 0.31% 0.61% -
XYZ 22.61 19.02 22.56 -
YUV 123.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 155 107 127 0 0.31 0.18 0.39 335 0.19 0.51
Hex 9B 6B 7F 0 1F 12 27 14F 13 33
Octal 233 153 177 0 37 22 47 517 23 63
Binary 10011011 1101011 1111111 0 11111 10010 100111 101001111 10011 110011

Color Harmonies of #9B6B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6B7F

Black with #9B6B7F

Text Example


Text Example

White with #9B6B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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