#9D625D

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

Shades of Dark Chestnut #9D625D

Tints of Dark Chestnut #9D625D

Color information

#9D625D (or 0x9D625D) is unknown color: approx Dark Chestnut. HEX triplet: 9D, 62 and 5D. RGB value is (157,98,93). Sum of RGB (Red+Green+Blue) = 157+98+93=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D625D is #629DA2. Grayscale: #737373. Windows color (decimal): -6462883 or 6120093. OLE color: 6120093.

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

Color convert

RGB1579893-
CMYK00.380.410.38
HSL4.69º25.6%49.02%-
HSV(B)4.69º40.76%61.57%-
XYZ20.2516.6912.51-
YUV115.07115.55157.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.11%
GREEN value IS 98 (38.67% from 255) = 28.16%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=45.11%
G=28.16%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157989300.380.410.384.6925.649.02
Hex9D625D026292651a31
Octal235142135046514653261
Binary1001110111000101011101010011010100110011010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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