#967468

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

Shades of Toast #967468

Tints of Toast #967468

Color information

#967468 (or 0x967468) is unknown color: approx Toast. HEX triplet: 96, 74 and 68. RGB value is (150,116,104). Sum of RGB (Red+Green+Blue) = 150+116+104=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #967468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967468 is #698B97. Grayscale: #7C7C7C. Windows color (decimal): -6917016 or 6845590. OLE color: 6845590.

HSL color Cylindrical-coordinate representation of color #967468: hue angle of 15.65º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #967468 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB150116104-
CMYK00.230.310.41
HSL15.65º18.11%49.8%-
HSV(B)15.65º30.67%58.82%-
XYZ21.3219.9715.83-
YUV124.8116.26145.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 104 (41.02% from 255) = 28.11%
R=40.54%
G=31.35%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011610400.230.310.4115.6518.1149.8
Hex9674680171F29101232
Octal2261641500273751202262
Binary1001011011101001101000010111111111010011000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967468; }

 p { color: rgb(150,116,104); }

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

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

 a { background-color: rgb(150,116,104); }

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

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

 span { border-color: rgb(150,116,104); }

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