#85694A

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

Shades of Shadow #85694A

Tints of Shadow #85694A

Color information

#85694A (or 0x85694A) is unknown color: approx Shadow. HEX triplet: 85, 69 and 4A. RGB value is (133,105,74). Sum of RGB (Red+Green+Blue) = 133+105+74=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85694A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85694A is #7A96B5. Grayscale: #6D6D6D. Windows color (decimal): -8033974 or 4876677. OLE color: 4876677.

HSL color Cylindrical-coordinate representation of color #85694A: hue angle of 31.53º 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 #85694A is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB13310574-
CMYK00.210.440.48
HSL31.53º28.5%40.59%-
HSV(B)31.53º44.36%52.16%-
XYZ15.9615.588.65-
YUV109.84107.78144.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 105 (41.41% from 255) = 33.65%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=42.63%
G=33.65%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331057400.210.440.4831.5328.540.59
Hex85694A0152C30201d29
Octal2051511120255460403551
Binary100001011101001100101001010110110011000010000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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