#85664E

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

Shades of Roman Coffee #85664E

Tints of Roman Coffee #85664E

Color information

#85664E (or 0x85664E) is unknown color: approx Roman Coffee. HEX triplet: 85, 66 and 4E. RGB value is (133,102,78). Sum of RGB (Red+Green+Blue) = 133+102+78=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #85664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85664E is #7A99B1. Grayscale: #6C6C6C. Windows color (decimal): -8034738 or 5138053. OLE color: 5138053.

HSL color Cylindrical-coordinate representation of color #85664E: hue angle of 26.18º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85664E is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB13310278-
CMYK00.230.410.48
HSL26.18º26.07%41.37%-
HSV(B)26.18º41.35%52.16%-
XYZ15.815.049.28-
YUV108.53110.77145.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=42.49%
G=32.59%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331027800.230.410.4826.1826.0741.37
Hex85664E01729301a1a29
Octal2051461160275160323251
Binary10000101110011010011100101111010011100001101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85664E; }

 p { color: rgb(133,102,78); }

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

<style>
 a { background-color: #85664E; }

 a { background-color: rgb(133,102,78); }

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

<style>
 span { border-color: #85664E; }

 span { border-color: rgb(133,102,78); }

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