#926760

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

Shades of Dark Chestnut #926760

Tints of Dark Chestnut #926760

Color information

#926760 (or 0x926760) is unknown color: approx Dark Chestnut. HEX triplet: 92, 67 and 60. RGB value is (146,103,96). Sum of RGB (Red+Green+Blue) = 146+103+96=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #926760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926760 is #6D989F. Grayscale: #737373. Windows color (decimal): -7182496 or 6317970. OLE color: 6317970.

HSL color Cylindrical-coordinate representation of color #926760: hue angle of 8.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926760 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB14610396-
CMYK00.290.340.43
HSL8.4º20.66%47.45%-
HSV(B)8.4º34.25%57.25%-
XYZ18.8216.6613.29-
YUV115.06117.25150.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.32%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=42.32%
G=29.86%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461039600.290.340.438.420.6647.45
Hex92676001D222B8152f
Octal2221471400354253102557
Binary1001001011001111100000011101100010101011100010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926760; }

 p { color: rgb(146,103,96); }

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

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

 a { background-color: rgb(146,103,96); }

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

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

 span { border-color: rgb(146,103,96); }

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