#9D7462

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

Shades of Toast #9D7462

Tints of Toast #9D7462

Color information

#9D7462 (or 0x9D7462) is unknown color: approx Toast. HEX triplet: 9D, 74 and 62. RGB value is (157,116,98). Sum of RGB (Red+Green+Blue) = 157+116+98=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7462 is #628B9D. Grayscale: #7E7E7E. Windows color (decimal): -6458270 or 6452381. OLE color: 6452381.

HSL color Cylindrical-coordinate representation of color #9D7462: hue angle of 18.31º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D7462 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB15711698-
CMYK00.260.380.38
HSL18.31º23.14%50%-
HSV(B)18.31º37.58%61.57%-
XYZ22.3520.5414.34-
YUV126.21112.08149.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.32%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=42.32%
G=31.27%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571169800.260.380.3818.3123.1450
Hex9D746201A2626121732
Octal2351641420324646222762
Binary10011101111010011000100110101001101001101001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,116,98); }

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

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

 a { background-color: rgb(157,116,98); }

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

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

 span { border-color: rgb(157,116,98); }

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