#9C725C

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

Shades of Toast #9C725C

Tints of Toast #9C725C

Color information

#9C725C (or 0x9C725C) is unknown color: approx Toast. HEX triplet: 9C, 72 and 5C. RGB value is (156,114,92). Sum of RGB (Red+Green+Blue) = 156+114+92=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C725C is #638DA3. Grayscale: #7C7C7C. Windows color (decimal): -6524324 or 6058652. OLE color: 6058652.

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

Color convert

RGB15611492-
CMYK00.270.410.39
HSL20.62º25.81%48.63%-
HSV(B)20.62º41.03%61.18%-
XYZ21.6619.8812.82-
YUV124.05109.91150.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.09%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 92 (36.33% from 255) = 25.41%
R=43.09%
G=31.49%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561149200.270.410.3920.6225.8148.63
Hex9C725C01B2927151a31
Octal2341621340335147253261
Binary10011100111001010111000110111010011001111010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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