#966F60

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

Shades of Toast #966F60

Tints of Toast #966F60

Color information

#966F60 (or 0x966F60) is unknown color: approx Toast. HEX triplet: 96, 6F and 60. RGB value is (150,111,96). Sum of RGB (Red+Green+Blue) = 150+111+96=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #966F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F60 is #69909F. Grayscale: #797979. Windows color (decimal): -6918304 or 6320022. OLE color: 6320022.

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

Color convert

RGB15011196-
CMYK00.260.360.41
HSL16.67º21.95%48.24%-
HSV(B)16.67º36%58.82%-
XYZ20.3718.713.6-
YUV120.95113.92148.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 111 (43.75% from 255) = 31.09%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=42.02%
G=31.09%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501119600.260.360.4116.6721.9548.24
Hex966F6001A2429111630
Octal2261571400324451212660
Binary10010110110111111000000110101001001010011000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966F60; }

 p { color: rgb(150,111,96); }

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

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

 a { background-color: rgb(150,111,96); }

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

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

 span { border-color: rgb(150,111,96); }

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