#977261

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

Shades of Toast #977261

Tints of Toast #977261

Color information

#977261 (or 0x977261) is unknown color: approx Toast. HEX triplet: 97, 72 and 61. RGB value is (151,114,97). Sum of RGB (Red+Green+Blue) = 151+114+97=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #977261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977261 is #688D9E. Grayscale: #7B7B7B. Windows color (decimal): -6851999 or 6386327. OLE color: 6386327.

HSL color Cylindrical-coordinate representation of color #977261: hue angle of 18.89º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #977261 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB15111497-
CMYK00.250.360.41
HSL18.89º21.77%48.63%-
HSV(B)18.89º35.76%59.22%-
XYZ20.9419.4813.97-
YUV123.12113.26147.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.71%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=41.71%
G=31.49%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511149700.250.360.4118.8921.7748.63
Hex9772610192429131631
Octal2271621410314451232661
Binary10010111111001011000010110011001001010011001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977261; }

 p { color: rgb(151,114,97); }

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

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

 a { background-color: rgb(151,114,97); }

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

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

 span { border-color: rgb(151,114,97); }

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