#926961

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

Shades of Dark Chestnut #926961

Tints of Dark Chestnut #926961

Color information

#926961 (or 0x926961) is unknown color: approx Dark Chestnut. HEX triplet: 92, 69 and 61. RGB value is (146,105,97). Sum of RGB (Red+Green+Blue) = 146+105+97=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #926961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926961 is #6D969E. Grayscale: #747474. Windows color (decimal): -7181983 or 6384018. OLE color: 6384018.

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

Color convert

RGB14610597-
CMYK00.280.340.43
HSL9.8º20.16%47.65%-
HSV(B)9.8º33.56%57.25%-
XYZ19.0617.0813.6-
YUV116.35117.08149.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.95%
GREEN value IS 105 (41.41% from 255) = 30.17%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=41.95%
G=30.17%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461059700.280.340.439.820.1647.65
Hex92696101C222Ba1430
Octal2221511410344253122460
Binary1001001011010011100001011100100010101011101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926961; }

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

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

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

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

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

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

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

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