#92716A

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

Shades of Dark Chestnut #92716A

Tints of Dark Chestnut #92716A

Color information

#92716A (or 0x92716A) is unknown color: approx Dark Chestnut. HEX triplet: 92, 71 and 6A. RGB value is (146,113,106). Sum of RGB (Red+Green+Blue) = 146+113+106=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 146 - color contains mainly: red. Hex color #92716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92716A is #6D8E95. Grayscale: #7A7A7A. Windows color (decimal): -7179926 or 6975890. OLE color: 6975890.

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

Color convert

RGB146113106-
CMYK00.230.270.43
HSL10.5º15.87%49.41%-
HSV(B)10.5º27.4%57.25%-
XYZ20.3618.9616.22-
YUV122.07118.93145.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40%
GREEN value IS 113 (44.53% from 255) = 30.96%
BLUE value IS 106 (41.80% from 255) = 29.04%
R=40%
G=30.96%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611310600.230.270.4310.515.8749.41
Hex92716A0171B2Ba1031
Octal2221611520273353122061
Binary100100101110001110101001011111011101011101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92716A; }

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

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

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

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

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

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

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

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