#85664F

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

Shades of Roman Coffee #85664F

Tints of Roman Coffee #85664F

Color information

#85664F (or 0x85664F) is unknown color: approx Roman Coffee. HEX triplet: 85, 66 and 4F. RGB value is (133,102,79). Sum of RGB (Red+Green+Blue) = 133+102+79=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #85664F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85664F is #7A99B0. Grayscale: #6C6C6C. Windows color (decimal): -8034737 or 5203589. OLE color: 5203589.

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

Color convert

RGB13310279-
CMYK00.230.410.48
HSL25.56º25.47%41.57%-
HSV(B)25.56º40.6%52.16%-
XYZ15.8415.059.47-
YUV108.65111.27145.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 102 (40.23% from 255) = 32.48%
BLUE value IS 79 (31.25% from 255) = 25.16%
R=42.36%
G=32.48%
B=25.16%

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
Decimal1331027900.230.410.4825.5625.4741.57
Hex85664F01729301a192a
Octal2051461170275160323152
Binary10000101110011010011110101111010011100001101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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