#926B61

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

Shades of Dark Chestnut #926B61

Tints of Dark Chestnut #926B61

Color information

#926B61 (or 0x926B61) is unknown color: approx Dark Chestnut. HEX triplet: 92, 6B and 61. RGB value is (146,107,97). Sum of RGB (Red+Green+Blue) = 146+107+97=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #926B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B61 is #6D949E. Grayscale: #757575. Windows color (decimal): -7181471 or 6384530. OLE color: 6384530.

HSL color Cylindrical-coordinate representation of color #926B61: hue angle of 12.24º 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 #926B61 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB14610797-
CMYK00.270.340.43
HSL12.24º20.16%47.65%-
HSV(B)12.24º33.56%57.25%-
XYZ19.2717.4913.67-
YUV117.52116.42148.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.71%
GREEN value IS 107 (42.19% from 255) = 30.57%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=41.71%
G=30.57%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461079700.270.340.4312.2420.1647.65
Hex926B6101B222Bc1430
Octal2221531410334253142460
Binary1001001011010111100001011011100010101011110010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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