#94716A

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

Shades of Dark Chestnut #94716A

Tints of Dark Chestnut #94716A

Color information

#94716A (or 0x94716A) is unknown color: approx Dark Chestnut. HEX triplet: 94, 71 and 6A. RGB value is (148,113,106). Sum of RGB (Red+Green+Blue) = 148+113+106=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #94716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94716A is #6B8E95. Grayscale: #7A7A7A. Windows color (decimal): -7048854 or 6975892. OLE color: 6975892.

HSL color Cylindrical-coordinate representation of color #94716A: hue angle of 10º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94716A is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB148113106-
CMYK00.240.280.42
HSL10º16.54%49.8%-
HSV(B)10º28.38%58.04%-
XYZ20.7219.1516.24-
YUV122.67118.6146.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.33%
GREEN value IS 113 (44.53% from 255) = 30.79%
BLUE value IS 106 (41.80% from 255) = 28.88%
R=40.33%
G=30.79%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811310600.240.280.421016.5449.8
Hex94716A0181C2Aa1132
Octal2241611520303452122162
Binary100101001110001110101001100011100101010101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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