#926A63

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

Shades of Dark Chestnut #926A63

Tints of Dark Chestnut #926A63

Color information

#926A63 (or 0x926A63) is unknown color: approx Dark Chestnut. HEX triplet: 92, 6A and 63. RGB value is (146,106,99). Sum of RGB (Red+Green+Blue) = 146+106+99=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 146 - color contains mainly: red. Hex color #926A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926A63 is #6D959C. Grayscale: #757575. Windows color (decimal): -7181725 or 6515346. OLE color: 6515346.

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

Color convert

RGB14610699-
CMYK00.270.320.43
HSL8.94º19.18%48.04%-
HSV(B)8.94º32.19%57.25%-
XYZ19.2617.3214.13-
YUV117.16117.75148.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.60%
GREEN value IS 106 (41.80% from 255) = 30.20%
BLUE value IS 99 (39.06% from 255) = 28.21%
R=41.60%
G=30.20%
B=28.21%

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
Decimal1461069900.270.320.438.9419.1848.04
Hex926A6301B202B91330
Octal2221521430334053112360
Binary1001001011010101100011011011100000101011100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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