#90695D

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

Shades of Dark Chestnut #90695D

Tints of Dark Chestnut #90695D

Color information

#90695D (or 0x90695D) is unknown color: approx Dark Chestnut. HEX triplet: 90, 69 and 5D. RGB value is (144,105,93). Sum of RGB (Red+Green+Blue) = 144+105+93=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #90695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90695D is #6F96A2. Grayscale: #737373. Windows color (decimal): -7313059 or 6121872. OLE color: 6121872.

HSL color Cylindrical-coordinate representation of color #90695D: hue angle of 14.12º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90695D is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB14410593-
CMYK00.270.350.44
HSL14.12º21.52%46.47%-
HSV(B)14.12º35.42%56.47%-
XYZ18.5316.8212.63-
YUV115.29115.42148.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.11%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 93 (36.72% from 255) = 27.19%
R=42.11%
G=30.70%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441059300.270.350.4414.1221.5246.47
Hex90695D01B232Ce162e
Octal2201511350334354162656
Binary1001000011010011011101011011100011101100111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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