#927168

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

Shades of Dark Chestnut #927168

Tints of Dark Chestnut #927168

Color information

#927168 (or 0x927168) is unknown color: approx Dark Chestnut. HEX triplet: 92, 71 and 68. RGB value is (146,113,104). Sum of RGB (Red+Green+Blue) = 146+113+104=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #927168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927168 is #6D8E97. Grayscale: #797979. Windows color (decimal): -7179928 or 6844818. OLE color: 6844818.

HSL color Cylindrical-coordinate representation of color #927168: hue angle of 12.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #927168 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB146113104-
CMYK00.230.290.43
HSL12.86º16.8%49.02%-
HSV(B)12.86º28.77%57.25%-
XYZ20.2618.9215.68-
YUV121.84117.93145.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.22%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 104 (41.02% from 255) = 28.65%
R=40.22%
G=31.13%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611310400.230.290.4312.8616.849.02
Hex9271680171D2Bd1131
Octal2221611500273553152161
Binary100100101110001110100001011111101101011110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927168; }

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

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

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

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

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

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

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

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