#9C875C

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

Shades of Muesli #9C875C

Tints of Muesli #9C875C

Color information

#9C875C (or 0x9C875C) is unknown color: approx Muesli. HEX triplet: 9C, 87 and 5C. RGB value is (156,135,92). Sum of RGB (Red+Green+Blue) = 156+135+92=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C875C is #6378A3. Grayscale: #888888. Windows color (decimal): -6518948 or 6064028. OLE color: 6064028.

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

Color convert

RGB15613592-
CMYK00.130.410.39
HSL40.31º25.81%48.63%-
HSV(B)40.31º41.03%61.18%-
XYZ24.3125.1713.7-
YUV136.38102.96142-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.73%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 92 (36.33% from 255) = 24.02%
R=40.73%
G=35.25%
B=24.02%

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
Decimal1561359200.130.410.3940.3125.8148.63
Hex9C875C0D2927281a31
Octal2342071340155147503261
Binary100111001000011110111000110110100110011110100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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