#9F6962

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

Shades of Dark Chestnut #9F6962

Tints of Dark Chestnut #9F6962

Color information

#9F6962 (or 0x9F6962) is unknown color: approx Dark Chestnut. HEX triplet: 9F, 69 and 62. RGB value is (159,105,98). Sum of RGB (Red+Green+Blue) = 159+105+98=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6962 is #60969D. Grayscale: #787878. Windows color (decimal): -6330014 or 6449567. OLE color: 6449567.

HSL color Cylindrical-coordinate representation of color #9F6962: hue angle of 6.89º degrees, saturation: 0.24, 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 #9F6962 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB15910598-
CMYK00.340.380.38
HSL6.89º24.11%50.39%-
HSV(B)6.89º38.36%62.35%-
XYZ21.5518.3613.96-
YUV120.35115.39155.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.92%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 98 (38.67% from 255) = 27.07%
R=43.92%
G=29.01%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591059800.340.380.386.8924.1150.39
Hex9F6962022262671832
Octal237151142042464673062
Binary1001111111010011100010010001010011010011011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,105,98); }

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

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

 a { background-color: rgb(159,105,98); }

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

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

 span { border-color: rgb(159,105,98); }

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