#9C725F

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

Shades of Toast #9C725F

Tints of Toast #9C725F

Color information

#9C725F (or 0x9C725F) is unknown color: approx Toast. HEX triplet: 9C, 72 and 5F. RGB value is (156,114,95). Sum of RGB (Red+Green+Blue) = 156+114+95=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C725F is #638DA0. Grayscale: #7C7C7C. Windows color (decimal): -6524321 or 6255260. OLE color: 6255260.

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

Color convert

RGB15611495-
CMYK00.270.390.39
HSL18.69º24.3%49.22%-
HSV(B)18.69º39.1%61.18%-
XYZ21.7919.9313.52-
YUV124.39111.41150.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.74%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 95 (37.5% from 255) = 26.03%
R=42.74%
G=31.23%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561149500.270.390.3918.6924.349.22
Hex9C725F01B2727131831
Octal2341621370334747233061
Binary10011100111001010111110110111001111001111001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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