Html Css Color HEX #9B7F56 Muesli

📋 copy color: '#9B7F56'

red 155 ◦ green 127 ◦ blue 86

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

Shades of Muesli #9B7F56

Tints of Muesli #9B7F56

RGB

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

 GREEN value IS 127 (50% from 255) = 34.51%

 BLUE value IS 86 (33.98% from 255) = 23.37%

R = 42.12%
G = 34.51%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B7F56 (or 0x9B7F56) is known color: Muesli. HEX triplet: 9B, 7F and 56. RGB value is (155,127,86). Sum of RGB (Red+Green+Blue) = 155+127+86=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7F56 is #6480A9. Grayscale: #828282. Windows color (decimal): -6586538 or 5668763. OLE color: 5668763.

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

Color convert

RGB 155 127 86 -
CMYK 0 0.18 0.45 0.39
HSL 35.65º 0.29% 0.47% -
HSV(B) 35.65º 0.45% 0.61% -
XYZ 22.79 22.82 12.01 -
YUV 130.7 102.78 145.33 -
System Red Green Blue C M Y K H S L
Decimal 155 127 86 0 0.18 0.45 0.39 35.65 0.29 0.47
Hex 9B 7F 56 0 12 2D 27 24 1D 2F
Octal 233 177 126 0 22 55 47 44 35 57
Binary 10011011 1111111 1010110 0 10010 101101 100111 100100 11101 101111

Color Harmonies of #9B7F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F56

Black with #9B7F56

Text Example


Text Example

White with #9B7F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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