#95695E

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

Shades of Dark Chestnut #95695E

Tints of Dark Chestnut #95695E

Color information

#95695E (or 0x95695E) is unknown color: approx Dark Chestnut. HEX triplet: 95, 69 and 5E. RGB value is (149,105,94). Sum of RGB (Red+Green+Blue) = 149+105+94=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #95695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95695E is #6A96A1. Grayscale: #747474. Windows color (decimal): -6985378 or 6187413. OLE color: 6187413.

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

Color convert

RGB14910594-
CMYK00.300.370.42
HSL12º22.63%47.65%-
HSV(B)12º36.91%58.43%-
XYZ19.4717.312.9-
YUV116.9115.08150.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 105 (41.41% from 255) = 30.17%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=42.82%
G=30.17%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491059400.300.370.421222.6347.65
Hex95695E01E252Ac1730
Octal2251511360364552142760
Binary1001010111010011011110011110100101101010110010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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