#967267

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

Shades of Toast #967267

Tints of Toast #967267

Color information

#967267 (or 0x967267) is unknown color: approx Toast. HEX triplet: 96, 72 and 67. RGB value is (150,114,103). Sum of RGB (Red+Green+Blue) = 150+114+103=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #967267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967267 is #698D98. Grayscale: #7B7B7B. Windows color (decimal): -6917529 or 6779542. OLE color: 6779542.

HSL color Cylindrical-coordinate representation of color #967267: hue angle of 14.04º degrees, saturation: 0.19, 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 #967267 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB150114103-
CMYK00.240.310.41
HSL14.04º18.58%49.61%-
HSV(B)14.04º31.33%58.82%-
XYZ21.0419.515.49-
YUV123.51116.43146.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 103 (40.62% from 255) = 28.07%
R=40.87%
G=31.06%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011410300.240.310.4114.0418.5849.61
Hex9672670181F29e1332
Octal2261621470303751162362
Binary100101101110010110011101100011111101001111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967267; }

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

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

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

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

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

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

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

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