#967061

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

Shades of Toast #967061

Tints of Toast #967061

Color information

#967061 (or 0x967061) is unknown color: approx Toast. HEX triplet: 96, 70 and 61. RGB value is (150,112,97). Sum of RGB (Red+Green+Blue) = 150+112+97=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #967061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967061 is #698F9E. Grayscale: #797979. Windows color (decimal): -6918047 or 6385814. OLE color: 6385814.

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

Color convert

RGB15011297-
CMYK00.250.350.41
HSL16.98º21.46%48.43%-
HSV(B)16.98º35.33%58.82%-
XYZ20.5318.9413.88-
YUV121.65114.09148.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=41.78%
G=31.20%
B=27.02%

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
Decimal1501129700.250.350.4116.9821.4648.43
Hex9670610192329111530
Octal2261601410314351212560
Binary10010110111000011000010110011000111010011000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967061; }

 p { color: rgb(150,112,97); }

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

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

 a { background-color: rgb(150,112,97); }

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

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

 span { border-color: rgb(150,112,97); }

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