#9A6F60

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

Shades of Toast #9A6F60

Tints of Toast #9A6F60

Color information

#9A6F60 (or 0x9A6F60) is unknown color: approx Toast. HEX triplet: 9A, 6F and 60. RGB value is (154,111,96). Sum of RGB (Red+Green+Blue) = 154+111+96=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6F60 is #65909F. Grayscale: #7A7A7A. Windows color (decimal): -6656160 or 6320026. OLE color: 6320026.

HSL color Cylindrical-coordinate representation of color #9A6F60: hue angle of 15.52º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A6F60 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB15411196-
CMYK00.280.380.40
HSL15.52º23.2%49.02%-
HSV(B)15.52º37.66%60.39%-
XYZ21.1219.0813.64-
YUV122.15113.25150.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.66%
GREEN value IS 111 (43.75% from 255) = 30.75%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=42.66%
G=30.75%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541119600.280.380.4015.5223.249.02
Hex9A6F6001C2628101731
Octal2321571400344650202761
Binary10011010110111111000000111001001101010001000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,111,96); }

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

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

 a { background-color: rgb(154,111,96); }

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

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

 span { border-color: rgb(154,111,96); }

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