#9C7166

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

Shades of Toast #9C7166

Tints of Toast #9C7166

Color information

#9C7166 (or 0x9C7166) is unknown color: approx Toast. HEX triplet: 9C, 71 and 66. RGB value is (156,113,102). Sum of RGB (Red+Green+Blue) = 156+113+102=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7166 is #638E99. Grayscale: #7C7C7C. Windows color (decimal): -6524570 or 6713756. OLE color: 6713756.

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

Color convert

RGB156113102-
CMYK00.280.350.39
HSL12.22º21.43%50.59%-
HSV(B)12.22º34.62%61.18%-
XYZ22.0119.8415.24-
YUV124.6115.25150.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.05%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 102 (40.23% from 255) = 27.49%
R=42.05%
G=30.46%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611310200.280.350.3912.2221.4350.59
Hex9C716601C2327c1533
Octal2341611460344347142563
Binary1001110011100011100110011100100011100111110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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