#94695B

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

Shades of Dark Chestnut #94695B

Tints of Dark Chestnut #94695B

Color information

#94695B (or 0x94695B) is unknown color: approx Dark Chestnut. HEX triplet: 94, 69 and 5B. RGB value is (148,105,91). Sum of RGB (Red+Green+Blue) = 148+105+91=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #94695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94695B is #6B96A4. Grayscale: #747474. Windows color (decimal): -7050917 or 5990804. OLE color: 5990804.

HSL color Cylindrical-coordinate representation of color #94695B: hue angle of 14.74º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94695B is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14810591-
CMYK00.290.390.42
HSL14.74º23.85%46.86%-
HSV(B)14.74º38.51%58.04%-
XYZ19.1517.1512.2-
YUV116.26113.75150.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.02%
GREEN value IS 105 (41.41% from 255) = 30.52%
BLUE value IS 91 (35.94% from 255) = 26.45%
R=43.02%
G=30.52%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481059100.290.390.4214.7423.8546.86
Hex94695B01D272Af182f
Octal2241511330354752173057
Binary1001010011010011011011011101100111101010111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94695B; }

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

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

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

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

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

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

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

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