#926D61

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

Shades of Dark Chestnut #926D61

Tints of Dark Chestnut #926D61

Color information

#926D61 (or 0x926D61) is unknown color: approx Dark Chestnut. HEX triplet: 92, 6D and 61. RGB value is (146,109,97). Sum of RGB (Red+Green+Blue) = 146+109+97=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #926D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D61 is #6D929E. Grayscale: #767676. Windows color (decimal): -7180959 or 6385042. OLE color: 6385042.

HSL color Cylindrical-coordinate representation of color #926D61: hue angle of 14.69º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926D61 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB14610997-
CMYK00.250.340.43
HSL14.69º20.16%47.65%-
HSV(B)14.69º33.56%57.25%-
XYZ19.4817.9113.74-
YUV118.7115.76147.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.48%
GREEN value IS 109 (42.97% from 255) = 30.97%
BLUE value IS 97 (38.28% from 255) = 27.56%
R=41.48%
G=30.97%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461099700.250.340.4314.6920.1647.65
Hex926D61019222Bf1430
Octal2221551410314253172460
Binary1001001011011011100001011001100010101011111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926D61; }

 p { color: rgb(146,109,97); }

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

<style>
 a { background-color: #926D61; }

 a { background-color: rgb(146,109,97); }

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

<style>
 span { border-color: #926D61; }

 span { border-color: rgb(146,109,97); }

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