#926861

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

Shades of Dark Chestnut #926861

Tints of Dark Chestnut #926861

Color information

#926861 (or 0x926861) is unknown color: approx Dark Chestnut. HEX triplet: 92, 68 and 61. RGB value is (146,104,97). Sum of RGB (Red+Green+Blue) = 146+104+97=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #926861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926861 is #6D979E. Grayscale: #737373. Windows color (decimal): -7182239 or 6383762. OLE color: 6383762.

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

Color convert

RGB14610497-
CMYK00.290.340.43
HSL8.57º20.16%47.65%-
HSV(B)8.57º33.56%57.25%-
XYZ18.9616.8713.57-
YUV115.76117.41149.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.07%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=42.07%
G=29.97%
B=27.95%

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
Decimal1461049700.290.340.438.5720.1647.65
Hex92686101D222B91430
Octal2221501410354253112460
Binary1001001011010001100001011101100010101011100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926861; }

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

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

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

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

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

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

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

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