#926A64

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

Shades of Dark Chestnut #926A64

Tints of Dark Chestnut #926A64

Color information

#926A64 (or 0x926A64) is unknown color: approx Dark Chestnut. HEX triplet: 92, 6A and 64. RGB value is (146,106,100). Sum of RGB (Red+Green+Blue) = 146+106+100=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #926A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926A64 is #6D959B. Grayscale: #757575. Windows color (decimal): -7181724 or 6580882. OLE color: 6580882.

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

Color convert

RGB146106100-
CMYK00.270.320.43
HSL7.83º18.7%48.24%-
HSV(B)7.83º31.51%57.25%-
XYZ19.3117.3414.39-
YUV117.28118.25148.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.48%
GREEN value IS 106 (41.80% from 255) = 30.11%
BLUE value IS 100 (39.45% from 255) = 28.41%
R=41.48%
G=30.11%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610610000.270.320.437.8318.748.24
Hex926A6401B202B81330
Octal2221521440334053102360
Binary1001001011010101100100011011100000101011100010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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