#99875b

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

Shades of Muesli #99875B

Tints of Muesli #99875B

Color information

#99875B (or 0x99875B) is unknown color: approx Muesli. HEX triplet: 99, 87 and 5B. RGB value is (153,135,91). Sum of RGB (Red+Green+Blue) = 153+135+91=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #99875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99875B is #6678A4. Grayscale: #878787. Windows color (decimal): -6715557 or 5998489. OLE color: 5998489.

HSL color Cylindrical-coordinate representation of color #99875B: hue angle of 42.58º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99875B is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB15313591-
CMYK00.120.410.4
HSL42.58º25.41%47.84%-
HSV(B)42.58º40.52%60%-
XYZ23.6924.8613.45-
YUV135.37102.96140.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 135 (53.12% from 255) = 35.62%
BLUE value IS 91 (35.94% from 255) = 24.01%
R=40.37%
G=35.62%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531359100.120.410.442.5825.4147.84
Hex99875B0C29282b1930
Octal2312071330145150533160
Binary100110011000011110110110110010100110100010101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99875b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99875b; }

 p { color: rgb(153,135,91); }

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

<style>
 a { background-color: #99875b; }

 a { background-color: rgb(153,135,91); }

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

<style>
 span { border-color: #99875b; }

 span { border-color: rgb(153,135,91); }

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