#9f746a

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

Shades of Toast #9F746A

Tints of Toast #9F746A

Color information

#9F746A (or 0x9F746A) is unknown color: approx Toast. HEX triplet: 9F, 74 and 6A. RGB value is (159,116,106). Sum of RGB (Red+Green+Blue) = 159+116+106=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F746A is #608B95. Grayscale: #7F7F7F. Windows color (decimal): -6327190 or 6976671. OLE color: 6976671.

HSL color Cylindrical-coordinate representation of color #9F746A: hue angle of 11.32º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F746A is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB159116106-
CMYK00.270.330.38
HSL11.32º21.63%51.96%-
HSV(B)11.32º33.33%62.35%-
XYZ23.1420.916.45-
YUV127.72115.75150.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.73%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 106 (41.80% from 255) = 27.82%
R=41.73%
G=30.45%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911610600.270.330.3811.3221.6351.96
Hex9F746A01B2126b1634
Octal2371641520334146132664
Binary1001111111101001101010011011100001100110101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f746a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,116,106); }

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

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

 a { background-color: rgb(159,116,106); }

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

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

 span { border-color: rgb(159,116,106); }

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