#90675C

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

Shades of Dark Chestnut #90675C

Tints of Dark Chestnut #90675C

Color information

#90675C (or 0x90675C) is unknown color: approx Dark Chestnut. HEX triplet: 90, 67 and 5C. RGB value is (144,103,92). Sum of RGB (Red+Green+Blue) = 144+103+92=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #90675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90675C is #6F98A3. Grayscale: #727272. Windows color (decimal): -7313572 or 6055824. OLE color: 6055824.

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

Color convert

RGB14410392-
CMYK00.280.360.44
HSL12.69º22.03%46.27%-
HSV(B)12.69º36.11%56.47%-
XYZ18.2816.412.33-
YUV114115.58149.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.48%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 92 (36.33% from 255) = 27.14%
R=42.48%
G=30.38%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441039200.280.360.4412.6922.0346.27
Hex90675C01C242Cd162e
Octal2201471340344454152656
Binary1001000011001111011100011100100100101100110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90675C; }

 p { color: rgb(144,103,92); }

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

<style>
 a { background-color: #90675C; }

 a { background-color: rgb(144,103,92); }

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

<style>
 span { border-color: #90675C; }

 span { border-color: rgb(144,103,92); }

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