#94726C

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

Shades of Dark Chestnut #94726C

Tints of Dark Chestnut #94726C

Color information

#94726C (or 0x94726C) is unknown color: approx Dark Chestnut. HEX triplet: 94, 72 and 6C. RGB value is (148,114,108). Sum of RGB (Red+Green+Blue) = 148+114+108=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #94726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94726C is #6B8D93. Grayscale: #7B7B7B. Windows color (decimal): -7048596 or 7107220. OLE color: 7107220.

HSL color Cylindrical-coordinate representation of color #94726C: hue angle of 9º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94726C is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB148114108-
CMYK00.230.270.42
HSL15.75%50.2%-
HSV(B)27.03%58.04%-
XYZ20.9419.4116.83-
YUV123.48119.26145.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=40%
G=30.81%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811410800.230.270.42915.7550.2
Hex94726C0171B2A91032
Octal2241621540273352112062
Binary100101001110010110110001011111011101010100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94726C; }

 p { color: rgb(148,114,108); }

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

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

 a { background-color: rgb(148,114,108); }

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

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

 span { border-color: rgb(148,114,108); }

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