#926962

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

Shades of Dark Chestnut #926962

Tints of Dark Chestnut #926962

Color information

#926962 (or 0x926962) is unknown color: approx Dark Chestnut. HEX triplet: 92, 69 and 62. RGB value is (146,105,98). Sum of RGB (Red+Green+Blue) = 146+105+98=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #926962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926962 is #6D969D. Grayscale: #747474. Windows color (decimal): -7181982 or 6449554. OLE color: 6449554.

HSL color Cylindrical-coordinate representation of color #926962: hue angle of 8.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #926962 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB14610598-
CMYK00.280.330.43
HSL8.75º19.67%47.84%-
HSV(B)8.75º32.88%57.25%-
XYZ19.1117.113.85-
YUV116.46117.58149.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.83%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 98 (38.67% from 255) = 28.08%
R=41.83%
G=30.09%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461059800.280.330.438.7519.6747.84
Hex92696201C212B91430
Octal2221511420344153112460
Binary1001001011010011100010011100100001101011100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926962; }

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

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

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

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

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

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

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

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