#9F7967

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

Shades of Toast #9F7967

Tints of Toast #9F7967

Color information

#9F7967 (or 0x9F7967) is unknown color: approx Toast. HEX triplet: 9F, 79 and 67. RGB value is (159,121,103). Sum of RGB (Red+Green+Blue) = 159+121+103=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7967 is #608698. Grayscale: #828282. Windows color (decimal): -6325913 or 6781343. OLE color: 6781343.

HSL color Cylindrical-coordinate representation of color #9F7967: hue angle of 19.29º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F7967 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB159121103-
CMYK00.240.350.38
HSL19.29º22.58%51.37%-
HSV(B)19.29º35.22%62.35%-
XYZ23.5822.0215.84-
YUV130.31112.59148.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.51%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 103 (40.62% from 255) = 26.89%
R=41.51%
G=31.59%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912110300.240.350.3819.2922.5851.37
Hex9F79670182326131733
Octal2371711470304346232763
Binary10011111111100111001110110001000111001101001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,121,103); }

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

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

 a { background-color: rgb(159,121,103); }

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

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

 span { border-color: rgb(159,121,103); }

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