#977262

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

Shades of Toast #977262

Tints of Toast #977262

Color information

#977262 (or 0x977262) is unknown color: approx Toast. HEX triplet: 97, 72 and 62. RGB value is (151,114,98). Sum of RGB (Red+Green+Blue) = 151+114+98=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #977262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977262 is #688D9D. Grayscale: #7B7B7B. Windows color (decimal): -6851998 or 6451863. OLE color: 6451863.

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

Color convert

RGB15111498-
CMYK00.250.350.41
HSL18.11º21.29%48.82%-
HSV(B)18.11º35.1%59.22%-
XYZ20.9819.514.21-
YUV123.24113.76147.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.60%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 98 (38.67% from 255) = 27.00%
R=41.60%
G=31.40%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511149800.250.350.4118.1121.2948.82
Hex9772620192329121531
Octal2271621420314351222561
Binary10010111111001011000100110011000111010011001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977262; }

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

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

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

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

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

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

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

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