#9C7062

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

Shades of Toast #9C7062

Tints of Toast #9C7062

Color information

#9C7062 (or 0x9C7062) is unknown color: approx Toast. HEX triplet: 9C, 70 and 62. RGB value is (156,112,98). Sum of RGB (Red+Green+Blue) = 156+112+98=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7062 is #638F9D. Grayscale: #7B7B7B. Windows color (decimal): -6524830 or 6451356. OLE color: 6451356.

HSL color Cylindrical-coordinate representation of color #9C7062: hue angle of 14.48º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C7062 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB15611298-
CMYK00.280.370.39
HSL14.48º22.83%49.8%-
HSV(B)14.48º37.18%61.18%-
XYZ21.7119.5414.18-
YUV123.56113.58151.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.62%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 98 (38.67% from 255) = 26.78%
R=42.62%
G=30.60%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561129800.280.370.3914.4822.8349.8
Hex9C706201C2527e1732
Octal2341601420344547162762
Binary1001110011100001100010011100100101100111111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,112,98); }

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

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

 a { background-color: rgb(156,112,98); }

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

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

 span { border-color: rgb(156,112,98); }

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