#97805B

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

Shades of Muesli #97805B

Tints of Muesli #97805B

Color information

#97805B (or 0x97805B) is unknown color: approx Muesli. HEX triplet: 97, 80 and 5B. RGB value is (151,128,91). Sum of RGB (Red+Green+Blue) = 151+128+91=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #97805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97805B is #687FA4. Grayscale: #828282. Windows color (decimal): -6848421 or 5996695. OLE color: 5996695.

HSL color Cylindrical-coordinate representation of color #97805B: hue angle of 37º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97805B is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB15112891-
CMYK00.150.400.41
HSL37º24.79%47.45%-
HSV(B)37º39.74%59.22%-
XYZ22.3722.7713.11-
YUV130.66105.62142.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.81%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 91 (35.94% from 255) = 24.59%
R=40.81%
G=34.59%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511289100.150.400.413724.7947.45
Hex97805B0F282925192f
Octal2272001330175051453157
Binary100101111000000010110110111110100010100110010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97805B; }

 p { color: rgb(151,128,91); }

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

<style>
 a { background-color: #97805B; }

 a { background-color: rgb(151,128,91); }

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

<style>
 span { border-color: #97805B; }

 span { border-color: rgb(151,128,91); }

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