#9A7364

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

Shades of Toast #9A7364

Tints of Toast #9A7364

Color information

#9A7364 (or 0x9A7364) is unknown color: approx Toast. HEX triplet: 9A, 73 and 64. RGB value is (154,115,100). Sum of RGB (Red+Green+Blue) = 154+115+100=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7364 is #658C9B. Grayscale: #7D7D7D. Windows color (decimal): -6655132 or 6583194. OLE color: 6583194.

HSL color Cylindrical-coordinate representation of color #9A7364: hue angle of 16.67º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A7364 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB154115100-
CMYK00.250.350.40
HSL16.67º21.26%49.8%-
HSV(B)16.67º35.06%60.39%-
XYZ21.7620.0514.78-
YUV124.95113.92148.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.73%
GREEN value IS 115 (45.31% from 255) = 31.17%
BLUE value IS 100 (39.45% from 255) = 27.10%
R=41.73%
G=31.17%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411510000.250.350.4016.6721.2649.8
Hex9A73640192328111532
Octal2321631440314350212562
Binary10011010111001111001000110011000111010001000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A7364; }

 p { color: rgb(154,115,100); }

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

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

 a { background-color: rgb(154,115,100); }

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

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

 span { border-color: rgb(154,115,100); }

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