#9C7566

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

Shades of Toast #9C7566

Tints of Toast #9C7566

Color information

#9C7566 (or 0x9C7566) is unknown color: approx Toast. HEX triplet: 9C, 75 and 66. RGB value is (156,117,102). Sum of RGB (Red+Green+Blue) = 156+117+102=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7566 is #638A99. Grayscale: #7F7F7F. Windows color (decimal): -6523546 or 6714780. OLE color: 6714780.

HSL color Cylindrical-coordinate representation of color #9C7566: hue angle of 16.67º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C7566 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB156117102-
CMYK00.250.350.39
HSL16.67º21.43%50.59%-
HSV(B)16.67º34.62%61.18%-
XYZ22.4720.7515.39-
YUV126.95113.92148.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.6%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=41.6%
G=31.2%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611710200.250.350.3916.6721.4350.59
Hex9C75660192327111533
Octal2341651460314347212563
Binary10011100111010111001100110011000111001111000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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