Html Css Color HEX #9B8656 Muesli

📋 copy color: '#9B8656'

red 155 ◦ green 134 ◦ blue 86

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

Shades of Muesli #9B8656

Tints of Muesli #9B8656

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.73%

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

R = 41.33%
G = 35.73%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B8656 (or 0x9B8656) is known color: Muesli. HEX triplet: 9B, 86 and 56. RGB value is (155,134,86). Sum of RGB (Red+Green+Blue) = 155+134+86=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8656 is #6479A9. Grayscale: #878787. Windows color (decimal): -6584746 or 5670555. OLE color: 5670555.

HSL color Cylindrical-coordinate representation of color #9B8656: hue angle of 41.74º 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 #9B8656 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 134 86 -
CMYK 0 0.14 0.45 0.39
HSL 41.74º 0.29% 0.47% -
HSV(B) 41.74º 0.45% 0.61% -
XYZ 23.72 24.69 12.32 -
YUV 134.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 155 134 86 0 0.14 0.45 0.39 41.74 0.29 0.47
Hex 9B 86 56 0 E 2D 27 2A 1D 2F
Octal 233 206 126 0 16 55 47 52 35 57
Binary 10011011 10000110 1010110 0 1110 101101 100111 101010 11101 101111

Color Harmonies of #9B8656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8656

Black with #9B8656

Text Example


Text Example

White with #9B8656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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