#85695A

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

Shades of Roman Coffee #85695A

Tints of Roman Coffee #85695A

Color information

#85695A (or 0x85695A) is unknown color: approx Roman Coffee. HEX triplet: 85, 69 and 5A. RGB value is (133,105,90). Sum of RGB (Red+Green+Blue) = 133+105+90=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85695A is #7A96A5. Grayscale: #6F6F6F. Windows color (decimal): -8033958 or 5925253. OLE color: 5925253.

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

Color convert

RGB13310590-
CMYK00.210.320.48
HSL20.93º19.28%43.73%-
HSV(B)20.93º32.33%52.16%-
XYZ16.5715.8311.85-
YUV111.66115.78143.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=40.55%
G=32.01%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331059000.210.320.4820.9319.2843.73
Hex85695A015203015132c
Octal2051511320254060252354
Binary10000101110100110110100101011000001100001010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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