#967266

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

Shades of Toast #967266

Tints of Toast #967266

Color information

#967266 (or 0x967266) is unknown color: approx Toast. HEX triplet: 96, 72 and 66. RGB value is (150,114,102). Sum of RGB (Red+Green+Blue) = 150+114+102=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #967266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967266 is #698D99. Grayscale: #7B7B7B. Windows color (decimal): -6917530 or 6714006. OLE color: 6714006.

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

Color convert

RGB150114102-
CMYK00.240.320.41
HSL15º19.05%49.41%-
HSV(B)15º32%58.82%-
XYZ20.9919.4815.22-
YUV123.4115.93146.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.98%
GREEN value IS 114 (44.92% from 255) = 31.15%
BLUE value IS 102 (40.23% from 255) = 27.87%
R=40.98%
G=31.15%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011410200.240.320.411519.0549.41
Hex9672660182029f1331
Octal2261621460304051172361
Binary1001011011100101100110011000100000101001111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967266; }

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

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

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

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

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

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

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

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