#926E69

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

Shades of Dark Chestnut #926E69

Tints of Dark Chestnut #926E69

Color information

#926E69 (or 0x926E69) is unknown color: approx Dark Chestnut. HEX triplet: 92, 6E and 69. RGB value is (146,110,105). Sum of RGB (Red+Green+Blue) = 146+110+105=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #926E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926E69 is #6D9196. Grayscale: #787878. Windows color (decimal): -7180695 or 6909586. OLE color: 6909586.

HSL color Cylindrical-coordinate representation of color #926E69: hue angle of 7.32º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #926E69 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB146110105-
CMYK00.250.280.43
HSL7.32º16.33%49.22%-
HSV(B)7.32º28.08%57.25%-
XYZ19.9818.2815.84-
YUV120.19119.43146.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.44%
GREEN value IS 110 (43.36% from 255) = 30.47%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=40.44%
G=30.47%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611010500.250.280.437.3216.3349.22
Hex926E690191C2B71031
Octal222156151031345372061
Binary10010010110111011010010110011110010101111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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