#9C7562

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

Shades of Toast #9C7562

Tints of Toast #9C7562

Color information

#9C7562 (or 0x9C7562) is unknown color: approx Toast. HEX triplet: 9C, 75 and 62. RGB value is (156,117,98). Sum of RGB (Red+Green+Blue) = 156+117+98=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7562 is #638A9D. Grayscale: #7E7E7E. Windows color (decimal): -6523550 or 6452636. OLE color: 6452636.

HSL color Cylindrical-coordinate representation of color #9C7562: hue angle of 19.66º 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 #9C7562 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB15611798-
CMYK00.250.370.39
HSL19.66º22.83%49.8%-
HSV(B)19.66º37.18%61.18%-
XYZ22.2820.6714.37-
YUV126.5111.92149.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.05%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=42.05%
G=31.54%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561179800.250.370.3919.6622.8349.8
Hex9C75620192527141732
Octal2341651420314547242762
Binary10011100111010111000100110011001011001111010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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