#9D6F69

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

Shades of Dark Chestnut #9D6F69

Tints of Dark Chestnut #9D6F69

Color information

#9D6F69 (or 0x9D6F69) is unknown color: approx Dark Chestnut. HEX triplet: 9D, 6F and 69. RGB value is (157,111,105). Sum of RGB (Red+Green+Blue) = 157+111+105=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6F69 is #629096. Grayscale: #7C7C7C. Windows color (decimal): -6459543 or 6909853. OLE color: 6909853.

HSL color Cylindrical-coordinate representation of color #9D6F69: hue angle of 6.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D6F69 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB157111105-
CMYK00.290.330.38
HSL6.92º20.97%51.37%-
HSV(B)6.92º33.12%61.57%-
XYZ22.1419.5615.97-
YUV124.07117.24151.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.09%
GREEN value IS 111 (43.75% from 255) = 29.76%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=42.09%
G=29.76%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711110500.290.330.386.9220.9751.37
Hex9D6F6901D212671533
Octal235157151035414672563
Binary100111011101111110100101110110000110011011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,111,105); }

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

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

 a { background-color: rgb(157,111,105); }

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

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

 span { border-color: rgb(157,111,105); }

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