#9B875C

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

Shades of Muesli #9B875C

Tints of Muesli #9B875C

Color information

#9B875C (or 0x9B875C) is unknown color: approx Muesli. HEX triplet: 9B, 87 and 5C. RGB value is (155,135,92). Sum of RGB (Red+Green+Blue) = 155+135+92=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B875C is #6478A3. Grayscale: #888888. Windows color (decimal): -6584484 or 6064027. OLE color: 6064027.

HSL color Cylindrical-coordinate representation of color #9B875C: hue angle of 40.95º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B875C is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB15513592-
CMYK00.130.410.39
HSL40.95º25.51%48.43%-
HSV(B)40.95º40.65%60.78%-
XYZ24.1125.0713.69-
YUV136.08103.13141.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.58%
GREEN value IS 135 (53.12% from 255) = 35.34%
BLUE value IS 92 (36.33% from 255) = 24.08%
R=40.58%
G=35.34%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551359200.130.410.3940.9525.5148.43
Hex9B875C0D2927291a30
Octal2332071340155147513260
Binary100110111000011110111000110110100110011110100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,135,92); }

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

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

 a { background-color: rgb(155,135,92); }

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

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

 span { border-color: rgb(155,135,92); }

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