#9C755C

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

Shades of Toast #9C755C

Tints of Toast #9C755C

Color information

#9C755C (or 0x9C755C) is unknown color: approx Toast. HEX triplet: 9C, 75 and 5C. RGB value is (156,117,92). Sum of RGB (Red+Green+Blue) = 156+117+92=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C755C is #638AA3. Grayscale: #7D7D7D. Windows color (decimal): -6523556 or 6059420. OLE color: 6059420.

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

Color convert

RGB15611792-
CMYK00.250.410.39
HSL23.44º25.81%48.63%-
HSV(B)23.44º41.03%61.18%-
XYZ2220.5612.93-
YUV125.81108.92149.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.74%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 92 (36.33% from 255) = 25.21%
R=42.74%
G=32.05%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561179200.250.410.3923.4425.8148.63
Hex9C755C0192927171a31
Octal2341651340315147273261
Binary10011100111010110111000110011010011001111011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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