#95695D

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

Shades of Dark Chestnut #95695D

Tints of Dark Chestnut #95695D

Color information

#95695D (or 0x95695D) is unknown color: approx Dark Chestnut. HEX triplet: 95, 69 and 5D. RGB value is (149,105,93). Sum of RGB (Red+Green+Blue) = 149+105+93=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #95695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95695D is #6A96A2. Grayscale: #747474. Windows color (decimal): -6985379 or 6121877. OLE color: 6121877.

HSL color Cylindrical-coordinate representation of color #95695D: hue angle of 12.86º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95695D is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14910593-
CMYK00.300.380.42
HSL12.86º23.14%47.45%-
HSV(B)12.86º37.58%58.43%-
XYZ19.4217.2812.67-
YUV116.79114.58150.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=42.94%
G=30.26%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491059300.300.380.4212.8623.1447.45
Hex95695D01E262Ad172f
Octal2251511350364652152757
Binary1001010111010011011101011110100110101010110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95695D; }

 p { color: rgb(149,105,93); }

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

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

 a { background-color: rgb(149,105,93); }

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

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

 span { border-color: rgb(149,105,93); }

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