#85694E

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

Shades of Roman Coffee #85694E

Tints of Roman Coffee #85694E

Color information

#85694E (or 0x85694E) is unknown color: approx Roman Coffee. HEX triplet: 85, 69 and 4E. RGB value is (133,105,78). Sum of RGB (Red+Green+Blue) = 133+105+78=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #85694E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85694E is #7A96B1. Grayscale: #6E6E6E. Windows color (decimal): -8033970 or 5138821. OLE color: 5138821.

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

Color convert

RGB13310578-
CMYK00.210.410.48
HSL29.45º26.07%41.37%-
HSV(B)29.45º41.35%52.16%-
XYZ16.115.649.38-
YUV110.29109.78144.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 78 (30.86% from 255) = 24.68%
R=42.09%
G=33.23%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331057800.210.410.4829.4526.0741.37
Hex85694E01529301d1a29
Octal2051511160255160353251
Binary10000101110100110011100101011010011100001110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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