#947065

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

Shades of Dark Chestnut #947065

Tints of Dark Chestnut #947065

Color information

#947065 (or 0x947065) is unknown color: approx Dark Chestnut. HEX triplet: 94, 70 and 65. RGB value is (148,112,101). Sum of RGB (Red+Green+Blue) = 148+112+101=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #947065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947065 is #6B8F9A. Grayscale: #797979. Windows color (decimal): -7049115 or 6647956. OLE color: 6647956.

HSL color Cylindrical-coordinate representation of color #947065: hue angle of 14.04º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #947065 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB148112101-
CMYK00.240.320.42
HSL14.04º18.88%48.82%-
HSV(B)14.04º31.76%58.04%-
XYZ20.3618.8214.87-
YUV121.51116.43146.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=41.00%
G=31.02%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811210100.240.320.4214.0418.8848.82
Hex947065018202Ae1331
Octal2241601450304052162361
Binary1001010011100001100101011000100000101010111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947065; }

 p { color: rgb(148,112,101); }

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

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

 a { background-color: rgb(148,112,101); }

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

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

 span { border-color: rgb(148,112,101); }

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