#926F64

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

Shades of Dark Chestnut #926F64

Tints of Dark Chestnut #926F64

Color information

#926F64 (or 0x926F64) is unknown color: approx Dark Chestnut. HEX triplet: 92, 6F and 64. RGB value is (146,111,100). Sum of RGB (Red+Green+Blue) = 146+111+100=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #926F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F64 is #6D909B. Grayscale: #787878. Windows color (decimal): -7180444 or 6582162. OLE color: 6582162.

HSL color Cylindrical-coordinate representation of color #926F64: hue angle of 14.35º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #926F64 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB146111100-
CMYK00.240.320.43
HSL14.35º18.7%48.24%-
HSV(B)14.35º31.51%57.25%-
XYZ19.8418.414.56-
YUV120.21116.6146.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.90%
GREEN value IS 111 (43.75% from 255) = 31.09%
BLUE value IS 100 (39.45% from 255) = 28.01%
R=40.90%
G=31.09%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611110000.240.320.4314.3518.748.24
Hex926F64018202Be1330
Octal2221571440304053162360
Binary1001001011011111100100011000100000101011111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,111,100); }

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

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

 a { background-color: rgb(146,111,100); }

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

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

 span { border-color: rgb(146,111,100); }

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