#85684C

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

Shades of Shadow #85684C

Tints of Shadow #85684C

Color information

#85684C (or 0x85684C) is unknown color: approx Shadow. HEX triplet: 85, 68 and 4C. RGB value is (133,104,76). Sum of RGB (Red+Green+Blue) = 133+104+76=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #85684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85684C is #7A97B3. Grayscale: #6D6D6D. Windows color (decimal): -8034228 or 5007493. OLE color: 5007493.

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

Color convert

RGB13310476-
CMYK00.220.430.48
HSL29.47º27.27%40.98%-
HSV(B)29.47º42.86%52.16%-
XYZ15.9315.418.97-
YUV109.48109.11144.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 76 (30.08% from 255) = 24.28%
R=42.49%
G=33.23%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331047600.220.430.4829.4727.2740.98
Hex85684C0162B301d1b29
Octal2051501140265360353351
Binary10000101110100010011000101101010111100001110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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