#9C7669

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

Shades of Toast #9C7669

Tints of Toast #9C7669

Color information

#9C7669 (or 0x9C7669) is unknown color: approx Toast. HEX triplet: 9C, 76 and 69. RGB value is (156,118,105). Sum of RGB (Red+Green+Blue) = 156+118+105=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7669 is #638996. Grayscale: #7F7F7F. Windows color (decimal): -6523287 or 6911644. OLE color: 6911644.

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

Color convert

RGB156118105-
CMYK00.240.330.39
HSL15.29º20.48%51.18%-
HSV(B)15.29º32.69%61.18%-
XYZ22.7421.0416.23-
YUV127.88115.09148.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.16%
GREEN value IS 118 (46.48% from 255) = 31.13%
BLUE value IS 105 (41.41% from 255) = 27.70%
R=41.16%
G=31.13%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611810500.240.330.3915.2920.4851.18
Hex9C76690182127f1433
Octal2341661510304147172463
Binary1001110011101101101001011000100001100111111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,118,105); }

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

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

 a { background-color: rgb(156,118,105); }

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

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

 span { border-color: rgb(156,118,105); }

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