#95685A

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

Shades of Dark Chestnut #95685A

Tints of Dark Chestnut #95685A

Color information

#95685A (or 0x95685A) is unknown color: approx Dark Chestnut. HEX triplet: 95, 68 and 5A. RGB value is (149,104,90). Sum of RGB (Red+Green+Blue) = 149+104+90=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #95685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95685A is #6A97A5. Grayscale: #737373. Windows color (decimal): -6985638 or 5925013. OLE color: 5925013.

HSL color Cylindrical-coordinate representation of color #95685A: hue angle of 14.24º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95685A is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14910490-
CMYK00.300.400.42
HSL14.24º24.69%46.86%-
HSV(B)14.24º39.6%58.43%-
XYZ19.1917.0311.95-
YUV115.86113.41151.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 104 (41.02% from 255) = 30.32%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=43.44%
G=30.32%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491049000.300.400.4214.2424.6946.86
Hex95685A01E282Ae192f
Octal2251501320365052163157
Binary1001010111010001011010011110101000101010111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95685A; }

 p { color: rgb(149,104,90); }

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

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

 a { background-color: rgb(149,104,90); }

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

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

 span { border-color: rgb(149,104,90); }

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