#946965

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

Shades of Dark Chestnut #946965

Tints of Dark Chestnut #946965

Color information

#946965 (or 0x946965) is unknown color: approx Dark Chestnut. HEX triplet: 94, 69 and 65. RGB value is (148,105,101). Sum of RGB (Red+Green+Blue) = 148+105+101=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #946965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946965 is #6B969A. Grayscale: #757575. Windows color (decimal): -7050907 or 6646164. OLE color: 6646164.

HSL color Cylindrical-coordinate representation of color #946965: hue angle of 5.11º 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 #946965 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB148105101-
CMYK00.290.320.42
HSL5.11º18.88%48.82%-
HSV(B)5.11º31.76%58.04%-
XYZ19.6117.3414.62-
YUV117.4118.75149.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.81%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 101 (39.84% from 255) = 28.53%
R=41.81%
G=29.66%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810510100.290.320.425.1118.8848.82
Hex94696501D202A51331
Octal224151145035405252361
Binary100101001101001110010101110110000010101010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946965; }

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

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

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

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

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

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

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

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