#9B864F

Color #9B864F Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #9B864F

Tints of Muesli #9B864F

Color information

#9B864F (or 0x9B864F) is unknown color: approx Muesli. HEX triplet: 9B, 86 and 4F. RGB value is (155,134,79). Sum of RGB (Red+Green+Blue) = 155+134+79=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 155 - color contains mainly: red. Hex color #9B864F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B864F is #6479B0. Grayscale: #868686. Windows color (decimal): -6584753 or 5211803. OLE color: 5211803.

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

Color convert

RGB15513479-
CMYK00.140.490.39
HSL43.42º32.48%45.88%-
HSV(B)43.42º49.03%60.78%-
XYZ23.4524.5810.91-
YUV134.0196.96142.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.12%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 79 (31.25% from 255) = 21.47%
R=42.12%
G=36.41%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551347900.140.490.3943.4232.4845.88
Hex9B864F0E31272b202e
Octal2332061170166147534056
Binary1001101110000110100111101110110001100111101011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B864F;
 }
 .AnyTagClassName
 {
   color: #9B864F;
 }
</style>
background-color css

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

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

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

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

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

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