#9D8651

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

Shades of Muesli #9D8651

Tints of Muesli #9D8651

Color information

#9D8651 (or 0x9D8651) is unknown color: approx Muesli. HEX triplet: 9D, 86 and 51. RGB value is (157,134,81). Sum of RGB (Red+Green+Blue) = 157+134+81=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8651 is #6279AE. Grayscale: #878787. Windows color (decimal): -6453679 or 5342877. OLE color: 5342877.

HSL color Cylindrical-coordinate representation of color #9D8651: hue angle of 41.84º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D8651 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB15713481-
CMYK00.150.480.38
HSL41.84º31.93%46.67%-
HSV(B)41.84º48.41%61.57%-
XYZ23.9124.8111.31-
YUV134.8497.62143.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.20%
GREEN value IS 134 (52.73% from 255) = 36.02%
BLUE value IS 81 (32.03% from 255) = 21.77%
R=42.20%
G=36.02%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571348100.150.480.3841.8431.9346.67
Hex9D86510F30262a202f
Octal2352061210176046524057
Binary1001110110000110101000101111110000100110101010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,134,81); }

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

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

 a { background-color: rgb(157,134,81); }

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

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

 span { border-color: rgb(157,134,81); }

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