#926C64

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

Shades of Dark Chestnut #926C64

Tints of Dark Chestnut #926C64

Color information

#926C64 (or 0x926C64) is unknown color: approx Dark Chestnut. HEX triplet: 92, 6C and 64. RGB value is (146,108,100). Sum of RGB (Red+Green+Blue) = 146+108+100=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #926C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926C64 is #6D939B. Grayscale: #767676. Windows color (decimal): -7181212 or 6581394. OLE color: 6581394.

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

Color convert

RGB146108100-
CMYK00.260.320.43
HSL10.43º18.7%48.24%-
HSV(B)10.43º31.51%57.25%-
XYZ19.5217.7614.46-
YUV118.45117.59147.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.24%
GREEN value IS 108 (42.58% from 255) = 30.51%
BLUE value IS 100 (39.45% from 255) = 28.25%
R=41.24%
G=30.51%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610810000.260.320.4310.4318.748.24
Hex926C6401A202Ba1330
Octal2221541440324053122360
Binary1001001011011001100100011010100000101011101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,108,100); }

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

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

 a { background-color: rgb(146,108,100); }

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

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

 span { border-color: rgb(146,108,100); }

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