#967264

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

Shades of Toast #967264

Tints of Toast #967264

Color information

#967264 (or 0x967264) is unknown color: approx Toast. HEX triplet: 96, 72 and 64. RGB value is (150,114,100). Sum of RGB (Red+Green+Blue) = 150+114+100=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #967264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967264 is #698D9B. Grayscale: #7B7B7B. Windows color (decimal): -6917532 or 6582934. OLE color: 6582934.

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

Color convert

RGB150114100-
CMYK00.240.330.41
HSL16.8º20%49.02%-
HSV(B)16.8º33.33%58.82%-
XYZ20.919.4414.71-
YUV123.17114.93147.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.21%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 100 (39.45% from 255) = 27.47%
R=41.21%
G=31.32%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011410000.240.330.4116.82049.02
Hex9672640182129111431
Octal2261621440304151212461
Binary10010110111001011001000110001000011010011000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967264; }

 p { color: rgb(150,114,100); }

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

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

 a { background-color: rgb(150,114,100); }

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

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

 span { border-color: rgb(150,114,100); }

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