#966E5F

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

Shades of Toast #966E5F

Tints of Toast #966E5F

Color information

#966E5F (or 0x966E5F) is unknown color: approx Toast. HEX triplet: 96, 6E and 5F. RGB value is (150,110,95). Sum of RGB (Red+Green+Blue) = 150+110+95=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #966E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966E5F is #6991A0. Grayscale: #787878. Windows color (decimal): -6918561 or 6254230. OLE color: 6254230.

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

Color convert

RGB15011095-
CMYK00.270.370.41
HSL16.36º22.45%48.04%-
HSV(B)16.36º36.67%58.82%-
XYZ20.2218.4613.32-
YUV120.25113.75149.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.25%
GREEN value IS 110 (43.36% from 255) = 30.99%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=42.25%
G=30.99%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501109500.270.370.4116.3622.4548.04
Hex966E5F01B2529101630
Octal2261561370334551202660
Binary10010110110111010111110110111001011010011000010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,110,95); }

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

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

 a { background-color: rgb(150,110,95); }

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

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

 span { border-color: rgb(150,110,95); }

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