#967667

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

Shades of Toast #967667

Tints of Toast #967667

Color information

#967667 (or 0x967667) is unknown color: approx Toast. HEX triplet: 96, 76 and 67. RGB value is (150,118,103). Sum of RGB (Red+Green+Blue) = 150+118+103=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #967667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967667 is #698998. Grayscale: #7D7D7D. Windows color (decimal): -6916505 or 6780566. OLE color: 6780566.

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

Color convert

RGB150118103-
CMYK00.210.310.41
HSL19.15º18.58%49.61%-
HSV(B)19.15º31.33%58.82%-
XYZ21.520.4215.64-
YUV125.86115.1145.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 103 (40.62% from 255) = 27.76%
R=40.43%
G=31.81%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011810300.210.310.4119.1518.5849.61
Hex9676670151F29131332
Octal2261661470253751232362
Binary1001011011101101100111010101111111010011001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967667; }

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

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

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

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

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

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

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

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