#967263

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

Shades of Toast #967263

Tints of Toast #967263

Color information

#967263 (or 0x967263) is unknown color: approx Toast. HEX triplet: 96, 72 and 63. RGB value is (150,114,99). Sum of RGB (Red+Green+Blue) = 150+114+99=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #967263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967263 is #698D9C. Grayscale: #7B7B7B. Windows color (decimal): -6917533 or 6517398. OLE color: 6517398.

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

Color convert

RGB15011499-
CMYK00.240.340.41
HSL17.65º20.48%48.82%-
HSV(B)17.65º34%58.82%-
XYZ20.8519.4214.45-
YUV123.05114.43147.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=41.32%
G=31.40%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501149900.240.340.4117.6520.4848.82
Hex9672630182229121431
Octal2261621430304251222461
Binary10010110111001011000110110001000101010011001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967263; }

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

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

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

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

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

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

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

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