#85684A

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

Shades of Shadow #85684A

Tints of Shadow #85684A

Color information

#85684A (or 0x85684A) is unknown color: approx Shadow. HEX triplet: 85, 68 and 4A. RGB value is (133,104,74). Sum of RGB (Red+Green+Blue) = 133+104+74=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85684A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85684A is #7A97B5. Grayscale: #6D6D6D. Windows color (decimal): -8034230 or 4876421. OLE color: 4876421.

HSL color Cylindrical-coordinate representation of color #85684A: hue angle of 30.51º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85684A is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB13310474-
CMYK00.220.440.48
HSL30.51º28.5%40.59%-
HSV(B)30.51º44.36%52.16%-
XYZ15.8615.388.61-
YUV109.25108.11144.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 104 (41.02% from 255) = 33.44%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=42.77%
G=33.44%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331047400.220.440.4830.5128.540.59
Hex85684A0162C301f1d29
Octal2051501120265460373551
Binary10000101110100010010100101101011001100001111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,104,74); }

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

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

 a { background-color: rgb(133,104,74); }

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

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

 span { border-color: rgb(133,104,74); }

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