#927166

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

Shades of Dark Chestnut #927166

Tints of Dark Chestnut #927166

Color information

#927166 (or 0x927166) is unknown color: approx Dark Chestnut. HEX triplet: 92, 71 and 66. RGB value is (146,113,102). Sum of RGB (Red+Green+Blue) = 146+113+102=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #927166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927166 is #6D8E99. Grayscale: #797979. Windows color (decimal): -7179930 or 6713746. OLE color: 6713746.

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

Color convert

RGB146113102-
CMYK00.230.300.43
HSL15º17.74%48.63%-
HSV(B)15º30.14%57.25%-
XYZ20.1618.8815.15-
YUV121.61116.93145.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.44%
GREEN value IS 113 (44.53% from 255) = 31.30%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=40.44%
G=31.30%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611310200.230.300.431517.7448.63
Hex9271660171E2Bf1231
Octal2221611460273653172261
Binary100100101110001110011001011111110101011111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927166; }

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

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

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

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

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

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

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

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